Skip to content

Commit

Permalink
bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Aug 13, 2017
1 parent 2de87ab commit 6573919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KeePassRPC/KeePassRPCExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace KeePassRPC
public sealed class KeePassRPCExt : Plugin
{
// version information
public static readonly Version PluginVersion = new Version(1, 7, 0);
public static readonly Version PluginVersion = new Version(1, 7, 1);

public override string UpdateUrl
{
Expand Down
2 changes: 1 addition & 1 deletion KeePassRPC/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

// Assembly version information
[assembly: AssemblyVersion("2.0.34.*")]
[assembly: AssemblyFileVersion("1.7.0.0")] // also change PluginVersion in KeePassRPCExt.cs!
[assembly: AssemblyFileVersion("1.7.1.0")] // also change PluginVersion in KeePassRPCExt.cs!

0 comments on commit 6573919

Please sign in to comment.