Skip to content

Commit 3a9e09e

Browse files
committed
build(release): bump version to 0.0.7
1 parent e92e21f commit 3a9e09e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeccoop/auto-verifactu-dolibarr",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"require": {
55
"php": ">=8.0"
66
},

core/modules/modAutoverifactu.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct($db)
7878
$this->editor_squarred_logo = 'logo-codec.png@autoverifactu'; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@autoverifactu'
7979

8080
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'
81-
$this->version = '0.0.6';
81+
$this->version = '0.0.7';
8282
// Url to the file with your last numberversion of this module
8383
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
8484

0 commit comments

Comments
 (0)