Skip to content

Commit

Permalink
Version: 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frescoref committed Mar 5, 2023
1 parent 3019ead commit 19671a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 19671a3

Please sign in to comment.