diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index e857201..b609d41 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -63,6 +63,19 @@
https://github.com/Jeffser/Alpaca
https://github.com/sponsors/Jeffser
+
+ https://github.com/Jeffser/Alpaca/releases/tag/0.9.1
+
+ Big Update
+
+ - Changed multiple icons (paper airplane for the send button)
+ - Combined export / import chat buttons into a menu
+ - Added 'model tweaks' (temperature, seed, keep_alive)
+ - Fixed send / stop button
+ - Fixed app not checking if remote connection works when starting
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/0.9.0
diff --git a/meson.build b/meson.build
index 8f38928..924146c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca',
- version: '0.9.0',
+ version: '0.9.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
diff --git a/src/main.py b/src/main.py
index e1fb011..663bab5 100644
--- a/src/main.py
+++ b/src/main.py
@@ -47,7 +47,7 @@ class AlpacaApplication(Adw.Application):
application_name='Alpaca',
application_icon='com.jeffser.Alpaca',
developer_name='Jeffry Samuel Eduarte Rojas',
- version='0.9.0',
+ version='0.9.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\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein\nLouis Chauvet-Villaret (French) https://github.com/loulou64490',