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

Commit

Permalink
Release 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Apr 17, 2015
1 parent 9f18c75 commit 9aa7a55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sciactive/nymph-server",
"description": "Powerful object data storage and querying for collaborative web apps.",
"version": "1.4.0",
"time": "2015-03-27",
"version": "1.4.1",
"time": "2015-04-16",
"homepage": "http://nymph.io/",
"type": "library",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -25,7 +25,7 @@
* @link http://nymph.io/
*/
class Nymph {
const VERSION = '1.4.0';
const VERSION = '1.4.1';

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

0 comments on commit 9aa7a55

Please sign in to comment.