From 44ed52bb4d761143dc76daae3be986fa18514522 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Tue, 13 Jul 2021 11:34:05 +0200 Subject: [PATCH] change version number --- mollie-payments-for-woocommerce.php | 2 +- src/Mollie/WC/Plugin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mollie-payments-for-woocommerce.php b/mollie-payments-for-woocommerce.php index 9ba6ae847..9a8fe7aa7 100644 --- a/mollie-payments-for-woocommerce.php +++ b/mollie-payments-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Mollie Payments for WooCommerce * Plugin URI: https://www.mollie.com * Description: Accept payments in WooCommerce with the official Mollie plugin - * Version: 6.5.1 + * Version: 6.5.2 * Author: Mollie * Author URI: https://www.mollie.com * Requires at least: 5.0 diff --git a/src/Mollie/WC/Plugin.php b/src/Mollie/WC/Plugin.php index 4918f9bf5..ed4a1a356 100644 --- a/src/Mollie/WC/Plugin.php +++ b/src/Mollie/WC/Plugin.php @@ -8,7 +8,7 @@ class Mollie_WC_Plugin { const PLUGIN_ID = 'mollie-payments-for-woocommerce'; const PLUGIN_TITLE = 'Mollie Payments for WooCommerce'; - const PLUGIN_VERSION = '6.5.1'; + const PLUGIN_VERSION = '6.5.2'; const DB_VERSION = '1.0'; const DB_VERSION_PARAM_NAME = 'mollie-db-version';