diff --git a/composer.json b/composer.json index 244dd9d..160c374 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", - "time": "2019-05-31", + "version": "3.1.0", + "time": "2019-06-11", "homepage": "http://nymph.io/", "type": "library", "scripts": { diff --git a/composer.lock b/composer.lock index 40d7df8..5c8bc3f 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": "530203a8aa18910f306168a555aa40bc", + "content-hash": "53d57451bdccbb4b31543e9c207a56a1", "packages": [], "packages-dev": [ { @@ -584,16 +584,16 @@ }, { "name": "phpunit/php-timer", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059" + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059", - "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", "shasum": "" }, "require": { @@ -629,7 +629,7 @@ "keywords": [ "timer" ], - "time": "2019-02-20T10:12:59+00:00" + "time": "2019-06-07T04:22:29+00:00" }, { "name": "phpunit/php-token-stream", diff --git a/src/Nymph.php b/src/Nymph.php index fe2cc3a..a441d53 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -12,7 +12,7 @@ * @see http://nymph.io/ */ class Nymph { - const VERSION = '3.0.0'; + const VERSION = '3.1.0'; /** * The Nymph config array.