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

Commit 62d89f6

Browse files
committed
Version bump.
1 parent ab2bca1 commit 62d89f6

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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.10",
5-
"time": "2018-04-24",
4+
"version": "3.0.0-beta.11",
5+
"time": "2018-05-04",
66
"homepage": "http://nymph.io/",
77
"type": "library",
88
"authors": [

composer.lock

Lines changed: 12 additions & 12 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
@@ -15,7 +15,7 @@
1515
* @link http://nymph.io/
1616
*/
1717
class Nymph {
18-
const VERSION = '3.0.0-beta.9';
18+
const VERSION = '3.0.0-beta.11';
1919

2020
/**
2121
* The Nymph config array.

0 commit comments

Comments
 (0)