Skip to content

Commit

Permalink
Update version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Jul 19, 2017
1 parent 7c6914c commit f053c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themeconfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function __construct()
{
$this->name = 'themeconfigurator';
$this->tab = 'front_office_features';
$this->version = '3.0.4';
$this->version = '3.0.5';
$this->bootstrap = true;
$this->secure_key = Tools::encrypt($this->name);
$this->default_language = Language::getLanguage(Configuration::get('PS_LANG_DEFAULT'));
Expand Down

0 comments on commit f053c79

Please sign in to comment.