Skip to content

Commit 5400756

Browse files
committed
15.0.3
1 parent f61897f commit 5400756

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

core/.DS_Store

6 KB
Binary file not shown.

core/modules/modStripeConnect.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function __construct($db) {
6161
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
6262
$this->description = "Module StripeConnect";
6363
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
64-
$this->version = '15.0.0';
64+
$this->version = '15.0.3';
6565

6666
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
6767
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);

0 commit comments

Comments
 (0)