From cab5e46d8bcd08f842d4061de9b40f3fd456892b Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Fri, 22 Jun 2018 17:29:43 -0700 Subject: [PATCH] Version bump. --- composer.json | 2 +- composer.lock | 2 +- src/Nymph.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 68419e7..4a7c269 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": "3.0.0-beta.16", + "version": "3.0.0-beta.17", "time": "2018-06-22", "homepage": "http://nymph.io/", "type": "library", diff --git a/composer.lock b/composer.lock index 42e4470..e44f190 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a173de547019132470855bb8ed765fe4", + "content-hash": "bf131f07b33dd96a5a1d75e3076068bf", "packages": [], "packages-dev": [ { diff --git a/src/Nymph.php b/src/Nymph.php index e51a7c0..7b25e2b 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -14,7 +14,7 @@ * @link http://nymph.io/ */ class Nymph { - const VERSION = '3.0.0-beta.16'; + const VERSION = '3.0.0-beta.17'; /** * The Nymph config array.