diff --git a/README.txt b/README.txt index 68bf83c..515f163 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: openedx, open edx, ecommerce, lms, courses Requires at least: 6.3 Tested up to: 6.3.1 Requires PHP: 8.0 -Stable tag: 1.14.0 +Stable tag: 1.14.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/openedx-ecommerce.php b/openedx-ecommerce.php index 2ba2bff..455dcef 100644 --- a/openedx-ecommerce.php +++ b/openedx-ecommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Open edX Ecommerce * Plugin URI: https://github.com/eduNEXT/openedx-wordpress-ecommerce * Description: Easily connect your WooCommerce store to Open edX. - * Version: 1.14.0 + * Version: 1.14.1 * Author: eduNEXT * Author URI: https://edunext.co/ * License: GPL-2.0+ @@ -32,7 +32,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.14.0' ); +define( 'OPENEDX_WOOCOMMERCE_PLUGIN_VERSION', '1.14.1' ); /** * The code that runs during plugin activation.