Skip to content

Commit

Permalink
Set 1.2.0 release version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
avojak committed Jan 22, 2022
1 parent 8d83b1e commit 41761cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Warble is inspired by (and not affiliated with) the recently popular online game

## Install with Flatpak

Even if you are not on elementary OS, you can install Warble from the elementary Flatpak repository
Even if you are not on elementary OS, you can install Warble from the elementary Flatpak repository:

```
flatpak install https://flatpak.elementary.io/repo/appstream/com.github.avojak.warble.flatpakref
```
Expand Down
10 changes: 10 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,16 @@
<binary>@appid@</binary>
</provides>
<releases>
<release version="1.2.0" date="2022-01-22">
<description>
<p>1.2.0 Release</p>
<ul>
<li>Suggest pressing "Enter" for first-time users (#2)</li>
<li>Force elementary OS stylesheet on other platforms (#15)</li>
<li>Add high-contrast mode (#17)</li>
</ul>
</description>
</release>
<release version="1.1.1" date="2022-01-12">
<description>
<p>1.1.1 Release</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.1.1')
project('com.github.avojak.warble', 'vala', 'c', version: '1.2.0')

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

0 comments on commit 41761cc

Please sign in to comment.