Bumped up version of KeePassHTTP to 1.8.4.2

* No protocol changes required
* Fixes #439
This commit is contained in:
Jonathan White 2017-04-04 22:53:32 -04:00
parent 76dcfb5ed0
commit e684e230a6
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -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.1";
static const char * const STR_VERSION = "1.8.4.2";
}/*namespace KeepassHttpProtocol*/