Skip to content

Commit

Permalink
Bump to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Aronne Brivio committed May 11, 2015
1 parent 70c560a commit 86d785c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ Delete a single key is now working
Fixed the appears of "RESULTS" string for every file found
Updated Gaia Components
Less spaghetti code style
- **1.6**
Added check if an email is already present in the local database
Warning if trying to import an existent key
Updated Gaia Components
Fixed status style
Minor fixes

2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ $(document).ready(function() {
$(document).on("click", "#info", function() {
wrap = "<div data-type='list'><p>OpenPGP let's you use PGP method to encrypt/decrypt messages.</p><br>" +
"<p>You can find further informations by clicking on Info icons inside every option.</p>" +
"<header>Version</header><p>1.5</p></div>";
"<header>Version</header><p>1.6</p></div>";
$("#wrapper_down").append(wrap);
$("#head_down").append("Info");
$("[data-position='down']").attr('class', 'current');
Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "http://aro94.altervista.org"
},
"default_locale": "it",
"version": "1.5",
"version": "1.6",
"icons": {
"16": "/icons/16x16.png",
"32": "/icons/32x32.png",
Expand Down

0 comments on commit 86d785c

Please sign in to comment.