From 12668e88327b7fbe4cc0f99db077ad63fd453f89 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Fri, 8 Jun 2018 18:24:02 -0700 Subject: [PATCH] Version bump. --- 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 9926409..02bba15 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": "3.0.0-beta.14", - "time": "2018-05-18", + "version": "3.0.0-beta.15", + "time": "2018-06-08", "homepage": "http://nymph.io/", "type": "library", "authors": [ diff --git a/composer.lock b/composer.lock index 383d1a4..615a3a8 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": "b1a96e1f91e8648835b19eec76494bee", + "content-hash": "89bcb37b24a295c38fbb9b91c496aa02", "packages": [], "packages-dev": [ { diff --git a/src/Nymph.php b/src/Nymph.php index 650a16d..6aeda9c 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.14'; + const VERSION = '3.0.0-beta.15'; /** * The Nymph config array.