Skip to content

Commit

Permalink
Bump to version 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Dec 7, 2016
1 parent 8a8a7c9 commit 512538c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dist/monkey.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,12 @@ return /******/ (function(modules) { // webpackBootstrap
}

this.session.autoSave = autoSave || true;
this.domainUrl = 'monkey.criptext.com';
this.domainUrl = 'secure.criptext.com';
this.session.ignore = ignoreHook;

if (isStaging) {
this.session.debug = true;
this.session.stage = true;
this.domainUrl = 'monkey.criptext.com';
}

//this.keyStore={};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monkey-sdk",
"version": "0.8.9",
"version": "0.8.10",
"description": "Monkey SDK for web",
"main": "./dist/monkey.js",
"scripts": {
Expand Down

0 comments on commit 512538c

Please sign in to comment.