Skip to content

Commit

Permalink
update latest version name
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanvijayan committed Dec 3, 2024
1 parent 22733dc commit 91b5dbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blog-post-connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Blog Post Connector
* Description: A plugin to publish blogs to your WordPress website.
* Version: 0.0.3
* Version: 1.0.0Beta
* Author: Website Pro, a WordPress hosting platform.
* Text Domain: blog-post-connector
*/
Expand Down
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": "0.0.3"
"latest": "1.0.0Beta"
}
}
}
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.3';
const PLUGIN_VERSION = '1.0.0Beta';
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": "blog-post-connector",
"version": "0.0.3",
"version": "1.0.0Beta",
"description": "A plugin to publish blogs to your WordPress website.",
"author": "Website Pro, a WordPress hosting platform.",
"scripts": {
Expand Down

0 comments on commit 91b5dbb

Please sign in to comment.