From 9ab17f48979f785eaf1b41fdb486d48360863b56 Mon Sep 17 00:00:00 2001 From: Lennard van Gunst Date: Mon, 8 Dec 2014 13:06:30 +0100 Subject: [PATCH] Release 1.0.6 --- mollie/mollie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mollie/mollie.php b/mollie/mollie.php index 0baf13c7f..1388a4b9f 100644 --- a/mollie/mollie.php +++ b/mollie/mollie.php @@ -61,7 +61,7 @@ class Mollie extends PaymentModule public $statuses = array(); public $name = 'mollie'; public $tab = 'payments_gateways'; - public $version = '1.0.5'; + public $version = '1.0.6'; public $author = 'Mollie B.V.'; public $need_instance = TRUE; public $ps_versions_compliancy = array('min' => '1.5', 'max' => '2');