diff --git a/broken-link-detector.php b/broken-link-detector.php index 4d3f61c..7582472 100644 --- a/broken-link-detector.php +++ b/broken-link-detector.php @@ -3,7 +3,7 @@ /** * Plugin Name: Broken Link Detector * Description: Detects and fixes (if possible) broken links in post_content - * Version: 4.0.2 + * Version: 4.0.4 * Author: Sebastian Thulin * License: MIT * License URI: https://opensource.org/licenses/MIT diff --git a/composer.json b/composer.json index dc384b3..16e5f80 100644 --- a/composer.json +++ b/composer.json @@ -79,5 +79,5 @@ "johnpbloch/wordpress-core-installer": true } }, - "version": "4.0.2" + "version": "4.0.4" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c3de909..95d1fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@helsingborg-stad/broken-link-detector", - "version": "4.0.2", + "version": "4.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@helsingborg-stad/broken-link-detector", - "version": "4.0.2", + "version": "4.0.4", "license": "MIT", "devDependencies": { "@types/node": "^22.7.9", diff --git a/package.json b/package.json index 17d93fd..489544e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/broken-link-detector", - "version": "4.0.2", + "version": "4.0.4", "description": "Detects and fixes (if possible) broken links in post_content", "main": "", "scripts": {