Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Aug 16, 2019
1 parent 1f5d027 commit f0c1b0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10.0)

project("Calculator"
VERSION "1.2.0"
VERSION "1.3.0"
DESCRIPTION "Calculator application"
LANGUAGES CXX C
)
Expand Down
7 changes: 7 additions & 0 deletions data/io.liri.Calculator.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
<kudo>ModernToolkit</kudo>
</kudos>
<releases>
<release date="2019-08-16" version="1.3.0">
<description>
<ul>
<li>CMake build system</li>
</ul>
</description>
</release>
<release date="2018-10-28" version="1.2.0">
<description>
<ul>
Expand Down

0 comments on commit f0c1b0c

Please sign in to comment.