Skip to content

Commit e10c627

Browse files
committed
version fix
1 parent a90289b commit e10c627

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
@@ -3,7 +3,7 @@
33
"description": "onePlace Task Module",
44
"type": "oneplace-module",
55
"license": "BSD-3-Clause",
6-
"version": "1.0.1",
6+
"version": "1.0.3",
77
"keywords": [
88
"laminas",
99
"mvc",

src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Module {
3131
*
3232
* @since 1.0.0
3333
*/
34-
const VERSION = '1.0.1';
34+
const VERSION = '1.0.3';
3535

3636
/**
3737
* Load module config file

0 commit comments

Comments
 (0)