From 19671a377cd909014ae02ff4dc2092e59647e351 Mon Sep 17 00:00:00 2001 From: Oleg <109225168+frescoref@users.noreply.github.com> Date: Sun, 5 Mar 2023 03:23:45 +0300 Subject: [PATCH] Version: 0.10.1 --- Core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.php b/Core.php index 1c49a77..313d870 100644 --- a/Core.php +++ b/Core.php @@ -57,7 +57,7 @@ class Core extends SchemaAbstract public function __construct() { $this->setId('productscml'); - $this->setVersion('0.10.0'); + $this->setVersion('0.10.1'); $this->setName(__('Products data exchange via CommerceML', 'wc1c-main')); $this->setDescription(__('Creation and updating of products (goods) in WooCommerce according to data from 1C using the CommerceML protocol of various versions.', 'wc1c-main'));