File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ namespace KeePassRPC
3939 public sealed class KeePassRPCExt : Plugin
4040 {
4141 // version information
42- public static readonly Version PluginVersion = new Version ( 2 , 0 , 0 ) ;
42+ public static readonly Version PluginVersion = new Version ( 2 , 0 , 1 ) ;
4343
4444 public override string UpdateUrl
4545 {
Original file line number Diff line number Diff line change 1818[ assembly: Guid ( "89631AAE-8DE6-4593-8DAB-AB28490A490A" ) ]
1919
2020// Assembly version information
21- [ assembly: AssemblyVersion ( "2.0.48.* " ) ]
22- [ assembly: AssemblyFileVersion ( "2.0.0 .0" ) ] // also change PluginVersion in KeePassRPCExt.cs!
21+ [ assembly: AssemblyVersion ( "2.0.1.0 " ) ]
22+ [ assembly: AssemblyFileVersion ( "2.0.1 .0" ) ] // also change AssemblyVersion and PluginVersion in KeePassRPCExt.cs!
You can’t perform that action at this time.
0 commit comments