Skip to content

Commit 2fbb8e5

Browse files
author
Praesidiarius
committed
1.0.3
1 parent e952a83 commit 2fbb8e5

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 Account Module",
44
"type": "oneplace-module",
55
"license": "BSD-3-Clause",
6-
"version": "1.0.2",
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
@@ -32,7 +32,7 @@ class Module {
3232
*
3333
* @since 1.0.1
3434
*/
35-
const VERSION = '1.0.2';
35+
const VERSION = '1.0.3';
3636

3737
/**
3838
* Load module config file

0 commit comments

Comments
 (0)