Skip to content

Commit

Permalink
fix version checking, update to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smorks committed Aug 21, 2018
1 parent bbb969a commit fb4a96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KeePassNatMsg/KeePassNatMsgExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion KeePassNatMsg/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.0.1")]

0 comments on commit fb4a96e

Please sign in to comment.