diff --git a/broken-link-detector.php b/broken-link-detector.php index 319c60a..13cf9a1 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.1.1 + * Version: 4.1.2 * Author: Sebastian Thulin * License: MIT * License URI: https://opensource.org/licenses/MIT diff --git a/composer.json b/composer.json index fc0cece..78da85e 100644 --- a/composer.json +++ b/composer.json @@ -79,5 +79,5 @@ "johnpbloch/wordpress-core-installer": true } }, - "version": "4.1.1" + "version": "4.1.2" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 57b5a3b..74429cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@helsingborg-stad/broken-link-detector", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@helsingborg-stad/broken-link-detector", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "devDependencies": { "@types/node": "^22.7.9", diff --git a/package.json b/package.json index 16fdb0e..65b300e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/broken-link-detector", - "version": "4.1.1", + "version": "4.1.2", "description": "Detects and fixes (if possible) broken links in post_content", "main": "", "scripts": {