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 Aug 21, 2018
1 parent d35a482 commit f3938bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.15",
"version": "4.0.0-beta.16",
"description": "Powerful object data storage and querying for collaborative web apps.",
"main": "lib/NymphClient.js",
"browser": "src/NymphClient.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Nymph.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export class Nymph {
// === Static Properties ===

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

Expand Down

0 comments on commit f3938bc

Please sign in to comment.