Skip to content

Commit

Permalink
#2953 [Core] fix: change version module
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Jan 26, 2023
1 parent 006765e commit 7ac0805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Informations

- Numéro du module : 436302
- Version : 9.9.0
- Version : 9.9.1
- Dernière mise à jour : 26/01/2022
- Éditeur : [Evarisk](https://www.evarisk.com)
- Compatibilité : Dolibarr 15.0.0 - 16.0.4
Expand Down
2 changes: 1 addition & 1 deletion core/modules/modDigiriskDolibarr.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public function __construct($db)
$this->descriptionlong = "Digirisk";
$this->editor_name = 'Evarisk';
$this->editor_url = 'https://evarisk.com';
$this->version = '9.9.0';
$this->version = '9.9.1';
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);
$this->picto = 'digiriskdolibarr@digiriskdolibarr';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function __construct($db)
$this->name = preg_replace('/^Interface/i', '', get_class($this));
$this->family = "demo";
$this->description = "Digiriskdolibarr triggers.";
$this->version = '9.9.0';
$this->version = '9.9.1';
$this->picto = 'digiriskdolibarr@digiriskdolibarr';
}

Expand Down

0 comments on commit 7ac0805

Please sign in to comment.