diff --git a/core/modules/modEasydocgenerator.class.php b/core/modules/modEasydocgenerator.class.php index 136858a..c55400a 100644 --- a/core/modules/modEasydocgenerator.class.php +++ b/core/modules/modEasydocgenerator.class.php @@ -85,7 +85,7 @@ public function __construct($db) $this->editor_url = $this->configuration['editor_url']; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' - $this->version = '1.0.3'; // TODO remove this line + $this->version = '1.0.4'; // TODO remove this line $this->version = $this->configuration['version']; // Url to the file with your last numberversion of this module // $this->url_last_version = 'http://www.example.com/versionmodule.txt'; diff --git a/json/configuration.json b/json/configuration.json index a896c0a..f1e5633 100644 --- a/json/configuration.json +++ b/json/configuration.json @@ -1,6 +1,6 @@ { - "numero": 13371234, - "version": "1.0.3", + "numero": 491350, + "version": "1.0.4", "rights_class": "easydocgenerator", "family": "other", "picto": "pdf",