From 19054460b3c67fcd95880cb79b20971d396b5e53 Mon Sep 17 00:00:00 2001 From: ron Date: Wed, 13 Nov 2024 10:49:45 +0200 Subject: [PATCH] Version 2.10.0 --- Model/Api/Data.php | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Model/Api/Data.php b/Model/Api/Data.php index 39b4733..c226990 100644 --- a/Model/Api/Data.php +++ b/Model/Api/Data.php @@ -1383,7 +1383,7 @@ public function setConfig($mage_store_id, $configName, $scope, $newValue) */ public function getVersion() { - return '2.9.0'; + return '2.10.0'; } /** diff --git a/composer.json b/composer.json index ec15881..8603213 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "lib-libxml": "*" }, "type": "magento2-module", - "version": "2.9.0", + "version": "2.10.0", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/etc/module.xml b/etc/module.xml index bf876cc..36f1e1b 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - +