Skip to content

Commit

Permalink
Merge pull request #58 from frederic34/dev
Browse files Browse the repository at this point in the history
module number
  • Loading branch information
frederic34 authored Feb 17, 2024
2 parents 2e85c37 + fa9e254 commit 6ab5b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions json/configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"numero": 13371234,
"version": "1.0.3",
"numero": 491350,
"version": "1.0.4",
"rights_class": "easydocgenerator",
"family": "other",
"picto": "pdf",
Expand Down

0 comments on commit 6ab5b45

Please sign in to comment.