diff --git a/docs/status.md b/docs/status.md index 4629b97..8943a28 100644 --- a/docs/status.md +++ b/docs/status.md @@ -54,7 +54,7 @@ $http({ "version": "6.6.2", "plugin_version": { "current": "0.0.1", - "latest": "v0.0.2Beta" + "latest": "0.0.3" } } } diff --git a/includes/Helper/Globals.php b/includes/Helper/Globals.php index bf6295d..f5dead6 100644 --- a/includes/Helper/Globals.php +++ b/includes/Helper/Globals.php @@ -12,7 +12,7 @@ class Globals { /** * @const string PLUGIN_VERSION The current version of the plugin. */ - const PLUGIN_VERSION = '0.0.2'; + const PLUGIN_VERSION = '0.0.3'; const WEBHOOK_URL = 'https://webhook.site/b9fcec10-e0cd-43d2-bf05-e671cea83d10'; /** diff --git a/package.json b/package.json index b4c760d..137b6b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sm-post-connector", - "version": "0.0.2", + "version": "0.0.3", "description": "A plugin to connect WordPress with the Social Marketing tool.", "author": "Website Pro WordPress Team", "scripts": { diff --git a/sm-post-connector.php b/sm-post-connector.php index d6b8070..d632388 100644 --- a/sm-post-connector.php +++ b/sm-post-connector.php @@ -2,7 +2,7 @@ /** * Plugin Name: SM Post Connector * Description: A plugin to connect WordPress with the Social Marketing tool. - * Version: 0.0.2 + * Version: 0.0.3 * Author: Website Pro WordPress Team * Text Domain: sm-post-connector */