From f286f62733e01269349efe00ebcb2a913985b54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wac=C5=82aw=20Jacek?= Date: Fri, 19 Apr 2024 16:46:53 +0200 Subject: [PATCH] Bump version to 2.3.14 --- composer.json | 2 +- wc-calypso-bridge.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index da48d22d..85398b12 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "automattic/wc-calypso-bridge", - "version": "v2.3.13", + "version": "v2.3.14", "autoload": { "files": [ "wc-calypso-bridge.php" diff --git a/wc-calypso-bridge.php b/wc-calypso-bridge.php index 6ce8bd62..a08dd7c0 100644 --- a/wc-calypso-bridge.php +++ b/wc-calypso-bridge.php @@ -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 @@ -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' );