diff --git a/core/modules/modPreisBot.class.php b/core/modules/modPreisBot.class.php index 1bce078..83c7de1 100755 --- a/core/modules/modPreisBot.class.php +++ b/core/modules/modPreisBot.class.php @@ -76,7 +76,7 @@ class modPreisBot extends DolibarrModules $this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@preisbot' // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' - $this->version = '1.0'; + $this->version = '1.2'; // Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt'; diff --git a/langs/de_DE/preisbot.lang b/langs/de_DE/preisbot.lang old mode 100644 new mode 100755