Skip to content

Commit 8497fda

Browse files
committed
v0.13.4
1 parent 77e7d30 commit 8497fda

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
v0.13.3 (2022-11-06)
26
--------------------
37
* Fix addition cases where comment not loaded from .pub files.

KeeAgent/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion("0.13.3.0")]
32-
[assembly: AssemblyFileVersion("0.13.3.0")]
31+
[assembly: AssemblyVersion("0.13.4.0")]
32+
[assembly: AssemblyFileVersion("0.13.4.0")]

0 commit comments

Comments
 (0)