Skip to content

Commit 755152e

Browse files
bump version to 0.5.0
1 parent 1b9d1cf commit 755152e

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('gnollama',
2-
version: '0.4.0',
2+
version: '0.5.0',
33
meson_version: '>= 1.0.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
@@ -54,7 +54,7 @@ def on_about_action(self, *args):
5454
about = Adw.AboutDialog(application_name='gnollama',
5555
application_icon='com.github.jackrabbithanna.Gnollama',
5656
developer_name='Jackrabbithanna',
57-
version='0.4.0',
57+
version='0.5.0',
5858
developers=['Jackrabbithanna'],
5959
copyright='© 2025 Jackrabbithanna')
6060
# Translators: Replace "translator-credits" with your name/username, and optionally an email or URL.

0 commit comments

Comments
 (0)