Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Sep 5, 2023
1 parent 8ca42ab commit 5127917
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('flattool-gui',
version: '0.1.0',
version: '0.2.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 @@ -91,7 +91,7 @@ def on_about_action(self, widget, _):
application_name='flattool-gui',
application_icon='io.github.heliguy4599.FlattoolGUI',
developer_name='Heliguy',
version='0.1.0',
version='0.2.0',
developers=['Heliguy'],
copyright='© 2023 Heliguy')
about.present()
Expand Down

0 comments on commit 5127917

Please sign in to comment.