From b98e9b07878eb976ad711fd3551217dfc7eb1270 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Mon, 14 May 2018 18:54:31 -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 2ebfc35..b358153 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.12", - "time": "2018-05-07", + "version": "3.0.0-beta.13", + "time": "2018-05-14", "homepage": "http://nymph.io/", "type": "library", "authors": [ diff --git a/composer.lock b/composer.lock index 45f8a08..f0f6ddf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "04be887df97bfff0d17e541dfedfae24", + "content-hash": "e4d8274d76d43ea9e108b5c397af63e7", "packages": [], "packages-dev": [ { diff --git a/src/Nymph.php b/src/Nymph.php index f514c74..f10c1b7 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.12'; + const VERSION = '3.0.0-beta.13'; /** * The Nymph config array.