diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index cf441b8..36ee9c3 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -51,6 +51,18 @@ https://github.com/Jeffser/Alpaca https://github.com/sponsors/Jeffser + + https://github.com/Jeffser/Alpaca/releases/tag/0.7.1 + +

Bug Fixes

+
    +
  • Fixed: Minor spelling mistake
  • +
  • Added 'mobile' as a supported form factor
  • +
  • Fixed: 'Connection Error' dialog not working properly
  • +
  • Fixed: App might freeze randomly on startup
  • +
+
+
https://github.com/Jeffser/Alpaca/releases/tag/0.7.0 diff --git a/meson.build b/meson.build index 96f5be3..ce4d66c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', - version: '0.7.0', + version: '0.7.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 945ad10..3e37095 100644 --- a/src/main.py +++ b/src/main.py @@ -48,7 +48,7 @@ class AlpacaApplication(Adw.Application): application_name='Alpaca', application_icon='com.jeffser.Alpaca', developer_name='Jeffry Samuel Eduarte Rojas', - version='0.7.0', + version='0.7.1', developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.com'], translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com',