Skip to content

Commit

Permalink
Set release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avojak committed Jan 12, 2022
1 parent 66196f0 commit 94bfd48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions data/com.github.avojak.warble.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="1.1.0" date="2022-01-11">
<description>
<p>1.1.0 Release</p>
<ul>
<li>Fix issue where a new game couldn't not be started before making a guess (#7)</li>
<li>Enable mouse clicks and touchscreen taps to the onscreen keyboard (#1)</li>
<li>Update elementary platform runtime to 6.1 (#4)</li>
<li>Remove unnecessary network sandbox hole (#5)</li>
<li>Remove extraneous OARS metadata (#6)</li>
<li>Include "wordle" as a keyword for the desktop file (By cassidyjames)</li>
</ul>
</description>
</release>
<release version="1.0.1" date="2022-01-09">
<description>
<p>Set Stripe key and monetization</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project name and programming language
project('com.github.avojak.warble', 'vala', 'c', version: '1.0.1')
project('com.github.avojak.warble', 'vala', 'c', version: '1.1.0')

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

0 comments on commit 94bfd48

Please sign in to comment.