Skip to content

Commit f7a777f

Browse files
committed
Preparing for 0.6.0 pt2
1 parent e507ef8 commit f7a777f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Alpaca',
2-
version: '0.5.5',
2+
version: '0.6.0',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def on_about_action(self, widget, _):
4848
application_name='Alpaca',
4949
application_icon='com.jeffser.Alpaca',
5050
developer_name='Jeffry Samuel Eduarte Rojas',
51-
version='0.5.5',
51+
version='0.6.0',
5252
developers=['Jeffser https://jeffser.com'],
5353
designers=['Jeffser https://jeffser.com'],
5454
translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com',

0 commit comments

Comments
 (0)