Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
New version to propagate the license change.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Jun 17, 2017
1 parent 8ab954e commit 5c9e537
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sciactive/nymph-server",
"description": "Powerful object data storage and querying for collaborative web apps.",
"version": "1.5.0",
"version": "1.5.1",
"time": "2017-06-16",
"homepage": "http://nymph.io/",
"type": "library",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Nymph.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @link http://nymph.io/
*/
class Nymph {
const VERSION = '1.5.0';
const VERSION = '1.5.1';

public static function __callStatic($name, $args) {
return call_user_func_array(array(RequirePHP::_('Nymph'), $name), $args);
Expand Down

0 comments on commit 5c9e537

Please sign in to comment.