diff --git a/data/com.github.avojak.warble.appdata.xml.in.in b/data/com.github.avojak.warble.appdata.xml.in.in index 095c86e..3679154 100644 --- a/data/com.github.avojak.warble.appdata.xml.in.in +++ b/data/com.github.avojak.warble.appdata.xml.in.in @@ -18,6 +18,19 @@ @appid@ + + +

1.1.0 Release

+
    +
  • Fix issue where a new game couldn't not be started before making a guess (#7)
  • +
  • Enable mouse clicks and touchscreen taps to the onscreen keyboard (#1)
  • +
  • Update elementary platform runtime to 6.1 (#4)
  • +
  • Remove unnecessary network sandbox hole (#5)
  • +
  • Remove extraneous OARS metadata (#6)
  • +
  • Include "wordle" as a keyword for the desktop file (By cassidyjames)
  • +
+
+

Set Stripe key and monetization

diff --git a/meson.build b/meson.build index 757acfb..2fba9b7 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.0.1') +project('com.github.avojak.warble', 'vala', 'c', version: '1.1.0') i18n = import('i18n') gnome = import('gnome')