diff --git a/KeePassHttp/KeePassHttp.cs b/KeePassHttp/KeePassHttp.cs index 0e3cf52..b6ccbe2 100644 --- a/KeePassHttp/KeePassHttp.cs +++ b/KeePassHttp/KeePassHttp.cs @@ -55,7 +55,7 @@ public sealed partial class KeePassHttpExt : Plugin Dictionary handlers = new Dictionary(); //public string UpdateUrl = ""; - public override string UpdateUrl { get { return "https://passifox.appspot.com/kph/latest-version.txt"; } } + public override string UpdateUrl { get { return "https://raw.githubusercontent.com/pfn/keepasshttp/master/update-version.txt"; } } private SearchParameters MakeSearchParameters() {