From 2362e2468a6785e8b141c54d60bebce8d0dd5406 Mon Sep 17 00:00:00 2001 From: Peter Jan Bakker Date: Thu, 13 Jul 2023 14:29:26 +0200 Subject: [PATCH] Bump version to 1.12.9.1 --- Block/Adminhtml/Config/Support/SupportTab.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Block/Adminhtml/Config/Support/SupportTab.php b/Block/Adminhtml/Config/Support/SupportTab.php index 38fe21a28..4b67d07c6 100644 --- a/Block/Adminhtml/Config/Support/SupportTab.php +++ b/Block/Adminhtml/Config/Support/SupportTab.php @@ -9,7 +9,7 @@ class SupportTab extends Template implements RendererInterface { - const POSTNL_VERSION = '1.12.8'; + const POSTNL_VERSION = '1.12.9.1'; const XPATH_SUPPORTED_MAGENTO_VERSION = 'tig_postnl/supported_magento_version'; diff --git a/composer.json b/composer.json index 90d58066f..c31fcde5a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "type": "magento2-module", "license": "CC-BY-NC-ND-3.0", - "version": "1.13.0", + "version": "1.12.9.1", "authors": [ { "name": "TIG",