Temporary fix for new keepasshttp version
Updates internal version number to prevent warnings on browser plugins. Does not implement host change protocol added in this version.
This commit is contained in:
@@ -27,7 +27,7 @@ static const char * const STR_SET_LOGIN = "set-login";
|
||||
static const char * const STR_ASSOCIATE = "associate";
|
||||
static const char * const STR_TEST_ASSOCIATE = "test-associate";
|
||||
static const char * const STR_GENERATE_PASSWORD = "generate-password";
|
||||
static const char * const STR_VERSION = "1.8.4.0";
|
||||
static const char * const STR_VERSION = "1.8.4.1"; // TODO: not true, need to incorporate change of listener host
|
||||
|
||||
}/*namespace KeepassHttpProtocol*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user