From 5c9e5374a11363a26e11880a952570bef9dba276 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Fri, 16 Jun 2017 19:09:24 -0700 Subject: [PATCH] New version to propagate the license change. --- composer.json | 2 +- composer.lock | 4 ++-- src/Nymph.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 0f4023a..9f4af79 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index b16c3c7..cf892b3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "e533635081776b67c235e5abbdebbcb8", - "content-hash": "5adf8308c3a985f78affec3652a812f2", + "hash": "da950809974fc08c1d7a9802ac5d67ba", + "content-hash": "4e9c858af8c0eeaf7db6b7ff91a85219", "packages": [ { "name": "sciactive/requirephp", diff --git a/src/Nymph.php b/src/Nymph.php index bdd4cd2..60fc5e8 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -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);