From e684e230a67f0b072d2bf8a2ff75c99c40f71345 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Tue, 4 Apr 2017 22:53:32 -0400 Subject: [PATCH] Bumped up version of KeePassHTTP to 1.8.4.2 * No protocol changes required * Fixes #439 --- src/http/Protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/Protocol.cpp b/src/http/Protocol.cpp index bcb30f0b1..5b60110de 100644 --- a/src/http/Protocol.cpp +++ b/src/http/Protocol.cpp @@ -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*/