Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Feb 18, 2019
1 parent 5a071d3 commit 0dfa062
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/com.github.ryonakano.reco.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
</content_rating>

<releases>
<release version="1.0.3" date="2019-02-19">
<description>
<ul>
<li>Show a confirmation dialog when trying to quit the app if a recording is in progress</li>
<li>Add Lithuanian translation (by welaq)</li>
<li>Update Japanese translation</li>
</ul>
</description>
</release>
<release version="1.0.2" date="2019-01-20">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.ryonakano.reco', 'vala', 'c')
project('com.github.ryonakano.reco', 'vala', 'c', version: '1.0.3')

gnome = import('gnome')
i18n = import('i18n')
Expand Down

0 comments on commit 0dfa062

Please sign in to comment.