Skip to content

Commit 6649c06

Browse files
committed
Bump version to 1.0.1
1 parent ad9cade commit 6649c06

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Encryptr",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository": "https://github.com/devgeeks/Encryptr.git",
55
"main": "www/js/Encryptr.js",
66
"scripts": {

www/config.xml

Lines changed: 1 addition & 1 deletion
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.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
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">
33
<name>Encryptr</name>
44
<description>
55
A zero-knowledge, cloud-based e-wallet / password manager powered by Crypton.

www/package.json

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

0 commit comments

Comments
 (0)