diff --git a/README.md b/README.md index 2f6482d..079cac6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/data/com.github.avojak.warble.appdata.xml.in.in b/data/com.github.avojak.warble.appdata.xml.in.in index c436c38..f5056eb 100644 --- a/data/com.github.avojak.warble.appdata.xml.in.in +++ b/data/com.github.avojak.warble.appdata.xml.in.in @@ -18,6 +18,16 @@ @appid@ + + +

1.2.0 Release

+
    +
  • Suggest pressing "Enter" for first-time users (#2)
  • +
  • Force elementary OS stylesheet on other platforms (#15)
  • +
  • Add high-contrast mode (#17)
  • +
+
+

1.1.1 Release

diff --git a/meson.build b/meson.build index e7f16ee..184d632 100644 --- a/meson.build +++ b/meson.build @@ -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')