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 1, 2019
1 parent 41faade commit 30f8606
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nymph-client",
"version": "4.0.0-beta.18",
"version": "4.0.0",
"description": "Powerful object data storage and querying for collaborative web apps.",
"main": "dist/NymphClient.js",
"module": "src/index.js",
Expand Down
2 changes: 0 additions & 2 deletions src/Nymph.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,6 @@ export class Nymph {
}
}

// The current version of Nymph Client.
Nymph.version = '4.0.0-beta.18';
Nymph.entityClasses = {};
Nymph.responseCallbacks = [];

Expand Down

0 comments on commit 30f8606

Please sign in to comment.