We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e7d30 commit 8497fdaCopy full SHA for 8497fda
CHANGELOG.txt
@@ -1,3 +1,7 @@
1
+v0.13.4 (2022-02-04)
2
+--------------------
3
+* Use encrypted private key file comment when possible (thanks Tatsuya Noda).
4
+
5
v0.13.3 (2022-11-06)
6
--------------------
7
* Fix addition cases where comment not loaded from .pub files.
KeeAgent/Properties/AssemblyInfo.cs
@@ -28,5 +28,5 @@
28
// Build Number
29
// Revision
30
//
31
-[assembly: AssemblyVersion("0.13.3.0")]
32
-[assembly: AssemblyFileVersion("0.13.3.0")]
+[assembly: AssemblyVersion("0.13.4.0")]
+[assembly: AssemblyFileVersion("0.13.4.0")]
0 commit comments