Skip to content

Commit

Permalink
Bump version to 2.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
waclawjacek committed Apr 19, 2024
1 parent 4a6fe76 commit f286f62
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.3.13",
"version": "v2.3.14",
"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.3.13
* Version: 2.3.14
* 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.3.13' );
define( 'WC_CALYPSO_BRIDGE_CURRENT_VERSION', '2.3.14' );
}
if ( ! defined( 'WC_MIN_VERSION' ) ) {
define( 'WC_MIN_VERSION', '7.3' );
Expand Down

0 comments on commit f286f62

Please sign in to comment.