diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index bb67074..47ba575 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -63,8 +63,19 @@
https://github.com/Jeffser/Alpaca
https://github.com/sponsors/Jeffser
+
+ https://github.com/Jeffser/Alpaca/releases/tag/0.8.7
+
+ Quick tweaks
+
+ - Added progress bar to models that are being pulled
+ - Added size to tags when pulling a model
+ - General optimizations on the background
+
+
+
- https://github.com/Jeffser/Alpaca/releases/tag/0.8.5
+ https://github.com/Jeffser/Alpaca/releases/tag/0.8.6
Quick fixes
diff --git a/meson.build b/meson.build
index 000a1b5..c83263e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca',
- version: '0.8.6',
+ version: '0.8.7',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
diff --git a/src/main.py b/src/main.py
index c64df4b..3122620 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.8.6',
+ version='0.8.7',
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',