diff --git a/broken-link-detector.php b/broken-link-detector.php index 2944f79..27867e8 100644 --- a/broken-link-detector.php +++ b/broken-link-detector.php @@ -4,7 +4,7 @@ * Plugin Name: Broken Link Detector * Plugin URI: (#plugin_url#) * Description: Detects and fixes (if possible) broken links in post_content - * Version: 2.0.0 + * Version: 3.0.2 * Author: Kristoffer Svanmark * Author URI: (#plugin_author_url#) * License: MIT diff --git a/composer.json b/composer.json index 2f0ce0a..3097e8b 100644 --- a/composer.json +++ b/composer.json @@ -12,5 +12,5 @@ "require": { "symfony/polyfill-intl-idn": "~1.2" }, - "version": "2.0.0" -} + "version": "3.0.2" +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b5851a4..b154e9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "broken-link-detector", - "version": "2.0.0", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "broken-link-detector", - "version": "2.0.0", + "version": "3.0.2", "license": "MIT", "devDependencies": { "gulp": "^3.8.11", diff --git a/package.json b/package.json index 6170b51..6af26fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broken-link-detector", - "version": "2.0.0", + "version": "3.0.2", "description": "Detects and fixes (if possible) broken links in post_content", "main": "", "scripts": {