From 713bf5a97e3a4e9cdd5da9629efa1499bd79751c Mon Sep 17 00:00:00 2001 From: Maxim Janssens Date: Wed, 30 Jan 2019 16:33:19 +0100 Subject: [PATCH] 9.0.3 -- Version bump --- catalog/controller/payment/mollie/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/controller/payment/mollie/helper.php b/catalog/controller/payment/mollie/helper.php index 1fdfa7b8..6aad449a 100644 --- a/catalog/controller/payment/mollie/helper.php +++ b/catalog/controller/payment/mollie/helper.php @@ -5,7 +5,7 @@ class MollieHelper { - const PLUGIN_VERSION = "9.0.2"; + const PLUGIN_VERSION = "9.0.3"; // All available modules. These should correspond to the Mollie_API_Object_Method constants. const MODULE_NAME_BANKTRANSFER = "banktransfer";