Skip to content

Commit

Permalink
Bump version to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdev committed Oct 28, 2024
1 parent f97f779 commit 95c4eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automattic/wc-calypso-bridge",
"version": "v2.8.0",
"version": "v2.8.1",
"autoload": {
"files": [
"wc-calypso-bridge.php"
Expand Down
4 changes: 2 additions & 2 deletions wc-calypso-bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Calypso Bridge
* Plugin URI: https://wordpress.com/
* Description: A feature plugin to provide ux enhancements for users of Store on WordPress.com.
* Version: 2.8.0
* Version: 2.8.1
* Author: Automattic
* Author URI: https://wordpress.com/
* Requires at least: 4.4
Expand Down Expand Up @@ -47,7 +47,7 @@
define( 'WC_CALYPSO_BRIDGE_PLUGIN_PATH', dirname( __FILE__ ) );
}
if ( ! defined( 'WC_CALYPSO_BRIDGE_CURRENT_VERSION' ) ) {
define( 'WC_CALYPSO_BRIDGE_CURRENT_VERSION', '2.8.0' );
define( 'WC_CALYPSO_BRIDGE_CURRENT_VERSION', '2.8.1' );
}
if ( ! defined( 'WC_MIN_VERSION' ) ) {
define( 'WC_MIN_VERSION', '7.3' );
Expand Down

0 comments on commit 95c4eae

Please sign in to comment.