From 5aefed44562bfc14994975e62f095d1d38979c11 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Sat, 28 Dec 2019 13:39:01 -0800 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 3c2f93f..9611077 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.2.0", - "time": "2019-06-28", + "version": "3.2.1", + "time": "2019-12-28", "homepage": "http://nymph.io/", "type": "library", "scripts": { diff --git a/composer.lock b/composer.lock index fa00e5f..c61f107 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": "cd01b9d8f4bb1d371e0d7f579ae632c1", + "content-hash": "12b06192e4be21c42d3674c9544cb521", "packages": [], "packages-dev": [ { diff --git a/src/Nymph.php b/src/Nymph.php index 98b6e67..9fe942e 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -12,7 +12,7 @@ * @see http://nymph.io/ */ class Nymph { - const VERSION = '3.2.0'; + const VERSION = '3.2.1'; /** * The Nymph config array.