Skip to content

Commit

Permalink
Version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyesch committed Mar 7, 2023
1 parent a8fcba2 commit 2ca5e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('yumlrecipes',
version: '0.1.0',
version: '0.2.0',
meson_version: '>= 0.59.0', # 0.64.0
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ def on_about_action(self, widget, _):
application_name='Yuml Recipes',
application_icon='org.yumlrecipes.yumlrecipes',
developer_name='Patrick Eschenbach',
version='0.1.0',
version='0.2.0',
developers=['Patrick Eschenbach'],
copyright=2022 Patrick Eschenbach')
copyright=2023 Patrick Eschenbach')
about.present()

def on_preferences_action(self, widget, _):
Expand Down

0 comments on commit 2ca5e63

Please sign in to comment.