Skip to content

Commit 2c37fa6

Browse files
committed
Version bump to 1.1.0
1 parent bc6c51a commit 2c37fa6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Encryptr",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"main": "www/index.html",
55
"ignore": [
66
"**/.*",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Encryptr",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"repository": "https://github.com/devgeeks/Encryptr.git",
55
"main": "www/js/Encryptr.js",
66
"scripts": {
@@ -40,7 +40,7 @@
4040
"chai-jquery": "~1.1.2",
4141
"mocha-phantomjs": "^3.3.2",
4242
"grunt-contrib-copy": "~0.5.0",
43-
"cordova": "~3.3.1-0.4.2",
43+
"cordova": "3.6.3-0.2.13",
4444
"grunt-mocha-test": "~0.9.0",
4545
"chai-as-promised": "^4.1.1",
4646
"mocha-as-promised": "^2.0.0",

www/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="org.devgeeks.encryptr" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="org.devgeeks.encryptr" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Encryptr</name>
44
<description>
55
A zero-knowledge, cloud-based e-wallet / password manager powered by Crypton.

www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Encryptr",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)