Skip to content

Commit

Permalink
Release 3.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mpobrien committed Feb 4, 2019
1 parent 752f321 commit ab311d1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/node/common.js
Expand Up @@ -14,8 +14,8 @@ var DEFAULT_STITCH_SERVER_URL = exports.DEFAULT_STITCH_SERVER_URL = 'https://sti

// VERSION is substituted with the package.json version number at build time
var version = 'unknown';
if (typeof "3.2.14" !== 'undefined') {
version = "3.2.14";
if (typeof "3.2.15" !== 'undefined') {
version = "3.2.15";
}
var SDK_VERSION = exports.SDK_VERSION = version;

Expand Down
2 changes: 1 addition & 1 deletion dist/web/stitch.js

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

2 changes: 1 addition & 1 deletion dist/web/stitch.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web/stitch.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web/stitch.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch",
"version": "3.2.14",
"version": "3.2.15",
"description": "",
"author": "",
"license": "Apache-2.0",
Expand Down

0 comments on commit ab311d1

Please sign in to comment.