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

Commit 3508bf4

Browse files
committed
Version bump.
1 parent caaaae5 commit 3508bf4

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Stable Version](https://img.shields.io/npm/v/nymph-client-node.svg)](https://www.npmjs.com/package/nymph-client-node) [![Open Issues](https://img.shields.io/github/issues/sciactive/nymph-client-node.svg)](https://github.com/sciactive/nymph-client-node/issues) [![License](https://img.shields.io/github/license/sciactive/nymph-client-node.svg)]()
44

5-
Nymph is an object data store for JavaScript and PHP.
5+
Powerful object data storage and querying for collaborative web apps.
66

77
## Installation
88

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nymph-client-node",
3-
"version": "3.0.0-beta.1",
4-
"description": "A client wrapper for using Nymph in Node.js.",
3+
"version": "3.0.0",
4+
"description": "A client wrapper for using Nymph Client in Node.js.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -20,9 +20,9 @@
2020
},
2121
"homepage": "https://github.com/sciactive/nymph-client-node#readme",
2222
"dependencies": {
23-
"nymph-client": "^4.0.0-beta.11",
24-
"websocket": "^1.0.26",
23+
"nymph-client": "^4.0.0",
24+
"websocket": "^1.0.28",
2525
"xmlhttprequest": "^1.8.0",
26-
"xmlhttprequest-cookie": "^0.9.7"
26+
"xmlhttprequest-cookie": "^0.9.8"
2727
}
2828
}

0 commit comments

Comments
 (0)