Skip to content

Commit

Permalink
module number
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Feb 17, 2024
1 parent bee6c4f commit b09abbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/modules/modEasydocgenerator.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion json/configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"numero": 13371234,
"version": "1.0.3",
"version": "1.0.4",
"rights_class": "easydocgenerator",
"family": "other",
"picto": "pdf",
Expand Down

0 comments on commit b09abbb

Please sign in to comment.