diff --git a/composer.json b/composer.json index 5037fd4..7811914 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "meom/meom-dodo", - "version": "1.0.1", + "version": "1.0.2", "description": "MEOM clean up WP.", "type": "wordpress-muplugin", "license": "GPL-2.0-or-later", diff --git a/meom-dodo.php b/meom-dodo.php index 9071b11..7c47f6c 100644 --- a/meom-dodo.php +++ b/meom-dodo.php @@ -4,7 +4,7 @@ * Author: MEOM * Author URI: https://www.meom.fi/ * Description: Clean up WordPress. - * Version: 1.0.1 + * Version: 1.0.2 */ // Exit if accessed directly. diff --git a/package.json b/package.json index 6e65cde..6027b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meom-dodo", - "version": "1.0.0", + "version": "1.0.2", "description": "MEOM Dodo project", "author": "MEOM Oy", "license": "GPL-2.0-or-later",