Skip to content

Commit 6ab5b45

Browse files
authored
Merge pull request #58 from frederic34/dev
module number
2 parents 2e85c37 + fa9e254 commit 6ab5b45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/modules/modEasydocgenerator.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function __construct($db)
8585
$this->editor_url = $this->configuration['editor_url'];
8686

8787
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'
88-
$this->version = '1.0.3'; // TODO remove this line
88+
$this->version = '1.0.4'; // TODO remove this line
8989
$this->version = $this->configuration['version'];
9090
// Url to the file with your last numberversion of this module
9191
// $this->url_last_version = 'http://www.example.com/versionmodule.txt';

json/configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"numero": 13371234,
3-
"version": "1.0.3",
2+
"numero": 491350,
3+
"version": "1.0.4",
44
"rights_class": "easydocgenerator",
55
"family": "other",
66
"picto": "pdf",

0 commit comments

Comments
 (0)