diff --git a/bower.json b/bower.json index 35ff92e..841d402 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Encryptr", - "version": "1.0.1", + "version": "1.1.0", "main": "www/index.html", "ignore": [ "**/.*", diff --git a/package.json b/package.json index 1bde139..66ab020 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Encryptr", - "version": "1.0.1", + "version": "1.1.0", "repository": "https://github.com/devgeeks/Encryptr.git", "main": "www/js/Encryptr.js", "scripts": { @@ -40,7 +40,7 @@ "chai-jquery": "~1.1.2", "mocha-phantomjs": "^3.3.2", "grunt-contrib-copy": "~0.5.0", - "cordova": "~3.3.1-0.4.2", + "cordova": "3.6.3-0.2.13", "grunt-mocha-test": "~0.9.0", "chai-as-promised": "^4.1.1", "mocha-as-promised": "^2.0.0", diff --git a/www/config.xml b/www/config.xml index 942c21f..e2b0ad9 100644 --- a/www/config.xml +++ b/www/config.xml @@ -1,5 +1,5 @@ - + Encryptr A zero-knowledge, cloud-based e-wallet / password manager powered by Crypton. diff --git a/www/package.json b/www/package.json index 35c6322..9435b37 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "Encryptr", - "version": "1.0.1", + "version": "1.1.0", "description": "", "main": "index.html", "scripts": {