From 07cc8d122b956e0011b1b53d0e6bcb253718c241 Mon Sep 17 00:00:00 2001 From: roykho Date: Sun, 25 Jun 2017 20:22:11 -0700 Subject: [PATCH] Version bump --- readme.txt | 2 +- woocommerce-gateway-stripe.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index e3bd74e81..b4d794e06 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: automattic, woothemes, mikejolley, akeda, royho, mattyza, slash1an Tags: credit card, stripe, woocommerce Requires at least: 4.4 Tested up to: 4.7.2 -Stable tag: 3.2.0 +Stable tag: 3.2.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index 7d6a6a9e5..1c8cc6dde 100644 --- a/woocommerce-gateway-stripe.php +++ b/woocommerce-gateway-stripe.php @@ -5,7 +5,7 @@ * Description: Take credit card payments on your store using Stripe. * Author: WooCommerce * Author URI: https://woocommerce.com/ - * Version: 3.2.0 + * Version: 3.2.1 * Text Domain: woocommerce-gateway-stripe * Domain Path: /languages * @@ -32,7 +32,7 @@ /** * Required minimums and constants */ -define( 'WC_STRIPE_VERSION', '3.2.0' ); +define( 'WC_STRIPE_VERSION', '3.2.1' ); define( 'WC_STRIPE_MIN_PHP_VER', '5.6.0' ); define( 'WC_STRIPE_MIN_WC_VER', '2.5.0' ); define( 'WC_STRIPE_MAIN_FILE', __FILE__ );