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

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Jun 11, 2019
1 parent fd3ac04 commit d027ed4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Nymph.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @see http://nymph.io/
*/
class Nymph {
const VERSION = '3.0.0';
const VERSION = '3.1.0';

/**
* The Nymph config array.
Expand Down

0 comments on commit d027ed4

Please sign in to comment.