From fb4a96e2d27f1caeea8fa1bb2088aab1614dcad6 Mon Sep 17 00:00:00 2001 From: andy brandt Date: Tue, 21 Aug 2018 09:08:00 -0500 Subject: [PATCH] fix version checking, update to v2.0.1 --- KeePassNatMsg/KeePassNatMsgExt.cs | 2 +- KeePassNatMsg/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/KeePassNatMsg/KeePassNatMsgExt.cs b/KeePassNatMsg/KeePassNatMsgExt.cs index ec48c3e..0f29ec0 100644 --- a/KeePassNatMsg/KeePassNatMsgExt.cs +++ b/KeePassNatMsg/KeePassNatMsgExt.cs @@ -45,7 +45,7 @@ public sealed class KeePassNatMsgExt : Plugin private IListener _listener; - public override string UpdateUrl => "https://raw.githubusercontent.com/smorks/keepassnatmsg/master/latest-version.txt"; + public override string UpdateUrl => "https://dev.brandt.tech/keepass-plugin.txt"; private Handlers _handlers; diff --git a/KeePassNatMsg/Properties/AssemblyInfo.cs b/KeePassNatMsg/Properties/AssemblyInfo.cs index eae9465..177c528 100644 --- a/KeePassNatMsg/Properties/AssemblyInfo.cs +++ b/KeePassNatMsg/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.0.0.11")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.1")] \ No newline at end of file