Skip to content

Commit

Permalink
working so far
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Feb 28, 2020
1 parent 995dddc commit 5b42613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oneplace/oneplace-core",
"description": "onePlace Core Application",
"type": "project",
"version": "1.0.22",
"version": "1.0.23",
"license": "BSD-3-Clause",
"keywords": [
"laminas",
Expand Down
2 changes: 1 addition & 1 deletion module/Application/src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Module {
*
* @since 1.0.0
*/
const VERSION = '1.0.22';
const VERSION = '1.0.23';

public function getConfig() : array
{
Expand Down

0 comments on commit 5b42613

Please sign in to comment.