From 9aa7a554497adeb722c51a9320ad12250931aab7 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Thu, 16 Apr 2015 19:33:01 -0700 Subject: [PATCH] Release 1.4.1. --- composer.json | 4 ++-- composer.lock | 2 +- src/Nymph.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9b76bc9..113bd5c 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/composer.lock b/composer.lock index b44d40f..c72a999 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ad214de401589193a42a6dd15d6bdb33", + "hash": "ee5422edba0270747a5f64ac0889a7a8", "packages": [ { "name": "sciactive/requirephp", diff --git a/src/Nymph.php b/src/Nymph.php index da0230e..8180630 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -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);