Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devgeeks committed Oct 10, 2014
1 parent bc6c51a commit 2c37fa6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Encryptr",
"version": "1.0.1",
"version": "1.1.0",
"main": "www/index.html",
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion www/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<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">
<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">
<name>Encryptr</name>
<description>
A zero-knowledge, cloud-based e-wallet / password manager powered by Crypton.
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Encryptr",
"version": "1.0.1",
"version": "1.1.0",
"description": "",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 2c37fa6

Please sign in to comment.