Skip to content

Commit

Permalink
update plugin version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Aug 1, 2024
1 parent 412aa34 commit 7c93876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mojo-marketplace.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin URI: https://mojomarketplace.com
* Update URI: https://github.com/newfold-labs/wp-plugin-mojo/
* Description: WordPress plugin that integrates a WordPress site with Hosting.
* Version: 3.1.0
* Version: 3.2.0
* Tested up to: 6.6.1
* Requires at least: 5.8
* Requires PHP: 7.0
Expand All @@ -32,7 +32,7 @@
}

// Define version constant
define( 'MOJO_PLUGIN_VERSION', '3.1.0' );
define( 'MOJO_PLUGIN_VERSION', '3.2.0' );
define( 'MOJO_PLUGIN_FILE', __FILE__ );
define( 'MOJO_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'MOJO_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wp-plugin-mojo",
"description": "WordPress plugin that integrates a WordPress site with Hosting",
"license": "GPL-2.0-or-later",
"version": "3.1.0",
"version": "3.2.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c93876

Please sign in to comment.