Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 9414fd7

Browse files
committed
Version bump.
1 parent 1f82a49 commit 9414fd7

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "sciactive/nymph-server",
33
"description": "Powerful object data storage and querying for collaborative web apps.",
4-
"version": "3.0.0-beta.17",
5-
"time": "2018-06-22",
4+
"version": "3.0.0-beta.18",
5+
"time": "2018-08-07",
66
"homepage": "http://nymph.io/",
77
"type": "library",
88
"authors": [

composer.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Nymph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @link http://nymph.io/
1515
*/
1616
class Nymph {
17-
const VERSION = '3.0.0-beta.17';
17+
const VERSION = '3.0.0-beta.18';
1818

1919
/**
2020
* The Nymph config array.

0 commit comments

Comments
 (0)