Skip to content

Commit

Permalink
Merge pull request #291 from paolostivanin/rel315
Browse files Browse the repository at this point in the history
Release 3.1.5
  • Loading branch information
paolostivanin committed Mar 15, 2023
2 parents 9d455c2 + 3b7e121 commit 8bb2620
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(OTPClient VERSION "3.1.4" LANGUAGES "C")
project(OTPClient VERSION "3.1.5" LANGUAGES "C")
include(GNUInstallDirs)

configure_file("src/common/version.h.in" "version.h")
Expand Down
8 changes: 8 additions & 0 deletions data/com.github.paolostivanin.OTPClient.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ It's also possible to import/export backups from/to andOTP and import backups fr
</content_rating>

<releases>
<release version="3.1.5" date="2023-03-15">
<description>
<p>OTPClient 3.1.5 fixes an issue when dealing with symlink</p>
<ul>
<li>allow the db to be a symlink and follow it correctly (#289)</li>
</ul>
</description>
</release>
<release version="3.1.4" date="2023-02-06">
<description>
<p>OTPClient 3.1.4 brings some fixes</p>
Expand Down

0 comments on commit 8bb2620

Please sign in to comment.