Skip to content

Commit

Permalink
Merge pull request #431 from PierreRambaud/bump/4.13.0
Browse files Browse the repository at this point in the history
Bump to 4.13.0
  • Loading branch information
Progi1984 authored Oct 27, 2021
2 parents afb2fda + 00b3e0b commit 3530ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoupgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct()
$this->name = 'autoupgrade';
$this->tab = 'administration';
$this->author = 'PrestaShop';
$this->version = '4.12.0';
$this->version = '4.13.0';
$this->need_instance = 1;

$this->bootstrap = true;
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>autoupgrade</name>
<displayName><![CDATA[1-Click Upgrade]]></displayName>
<version><![CDATA[4.12.0]]></version>
<version><![CDATA[4.13.0]]></version>
<description><![CDATA[Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down

0 comments on commit 3530ca0

Please sign in to comment.