Skip to content

Commit eb5989c

Browse files
committed
🪲 Use correct version on About and meson
1 parent ac2cd6d commit eb5989c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('escambo',
2-
version: '0.1.0',
2+
version: '0.1.1',
33
meson_version: '>= 0.59.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
@@ -72,7 +72,7 @@ def on_about_action(self, widget, _):
7272
application_name="Escambo",
7373
application_icon="io.github.cleomenezesjr.Escambo",
7474
developer_name="Cleo Menezes Jr.",
75-
version="0.1.0",
75+
version="0.1.1",
7676
developers=["Cleo Menezes Jr. https://github.com/CleoMenezesJr"],
7777
copyright="© 2022 Cleo Menezes Jr.",
7878
comments="An HTTP-based APIs test application for GNOME.",

0 commit comments

Comments
 (0)