We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e952a83 commit 2fbb8e5Copy full SHA for 2fbb8e5
composer.json
@@ -3,7 +3,7 @@
3
"description": "onePlace Account Module",
4
"type": "oneplace-module",
5
"license": "BSD-3-Clause",
6
- "version": "1.0.2",
+ "version": "1.0.3",
7
"keywords": [
8
"laminas",
9
"mvc",
src/Module.php
@@ -32,7 +32,7 @@ class Module {
32
*
33
* @since 1.0.1
34
*/
35
- const VERSION = '1.0.2';
+ const VERSION = '1.0.3';
36
37
/**
38
* Load module config file
0 commit comments