Skip to content

Commit

Permalink
Version bump to RC.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devgeeks committed Jul 24, 2014
1 parent a7a713d commit 62aa53d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0-beta.6",
"version": "1.0.0-RC.1",
"main": "www/index.html",
"ignore": [
"**/.*",
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": "Encryptr",
"version": "1.0.0-beta.6",
"version": "1.0.0-RC.1",
"repository": "https://github.com/devgeeks/Encryptr.git",
"main": "www/js/Encryptr.js",
"scripts": {
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.0-beta.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.devgeeks.encryptr" version="1.0.0-RC.1" 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.0-beta.6",
"version": "1.0.0-RC.1",
"description": "",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 62aa53d

Please sign in to comment.