Skip to content

Commit

Permalink
Merge pull request #35 from vplugins/bug-version-change-0.0.3
Browse files Browse the repository at this point in the history
Update version change
  • Loading branch information
rajanvijayan authored Dec 3, 2024
2 parents 2e7ef77 + ab6dcd5 commit 3e3292a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $http({
"version": "6.6.2",
"plugin_version": {
"current": "0.0.1",
"latest": "v0.0.2Beta"
"latest": "0.0.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion includes/Helper/Globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion sm-post-connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3e3292a

Please sign in to comment.