Skip to content

Commit

Permalink
🪲 Use correct version on About and meson
Browse files Browse the repository at this point in the history
  • Loading branch information
CleoMenezesJr committed May 21, 2023
1 parent ac2cd6d commit eb5989c
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('escambo',
version: '0.1.0',
version: '0.1.1',
meson_version: '>= 0.59.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 @@ -72,7 +72,7 @@ def on_about_action(self, widget, _):
application_name="Escambo",
application_icon="io.github.cleomenezesjr.Escambo",
developer_name="Cleo Menezes Jr.",
version="0.1.0",
version="0.1.1",
developers=["Cleo Menezes Jr. https://github.com/CleoMenezesJr"],
copyright="© 2022 Cleo Menezes Jr.",
comments="An HTTP-based APIs test application for GNOME.",
Expand Down

0 comments on commit eb5989c

Please sign in to comment.