summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-18 01:53:16 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-07-18 01:53:16 +0200
commitce2ef8715ed30dd655112519888016f06069e247 (patch)
tree9d464d5259facec35bdaf86cfc96d6890dce647c
parent650d330cf1683e8198a7282dea5c199934e6086d (diff)
updated iss and readmev0.9.0
-rw-r--r--README.md2
-rw-r--r--qtpass.iss2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 759a3b62..a3f1109f 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Planned features
* ~~Right click handlers for file/folder and content~~
* ~~First use wizards to set up password-store (and decryption key, currently always the gpg default key)~~
* ~~Profiles (to allow use of multiple password stores and decryption keys) with dropdown in main screen~~
-* Password generation with options for what kind you'd like
+* ~~Password generation with options for what kind you'd like~~
* Templates (username, url etc) in Add / Edit screen (configurable templates)
* ~~Colour coding or disabling of people you can't encrypt for (trust settings) in User management~~
* Colour coding folders (possibly disabling folders you can't decrypt)
diff --git a/qtpass.iss b/qtpass.iss
index ca77df3c..9cb9161f 100644
--- a/qtpass.iss
+++ b/qtpass.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "QtPass"
-#define MyAppVersion "0.8.6"
+#define MyAppVersion "0.9.0"
#define MyAppPublisher "IJhack"
#define MyAppURL "http://qtpass.org/"
#define MyAppExeName "qtpass.exe"