Skip to content

Commit

Permalink
Preparing for 0.6.0 pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser committed May 22, 2024
1 parent e507ef8 commit f7a777f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def on_about_action(self, widget, _):
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',
Expand Down

0 comments on commit f7a777f

Please sign in to comment.