diff --git a/meson.build b/meson.build index c6c8d43..759bbc1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', - version: '0.5.5', + version: '0.6.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 5e9b05b..dbf0029 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.5.5', + version='0.6.0', developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.com'], translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com',