From 533be974c515ae5ba42c651d8af41c4f736143aa Mon Sep 17 00:00:00 2001 From: Bytez <25850701+Bytezz@users.noreply.github.com> Date: Tue, 16 May 2023 22:52:03 +0200 Subject: [PATCH] v0.1.3 --- data/io.github.bytezz.IPLookup.appdata.xml.in | 6 ++++++ meson.build | 2 +- src/main.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/data/io.github.bytezz.IPLookup.appdata.xml.in b/data/io.github.bytezz.IPLookup.appdata.xml.in index 7238cfa..bcbcd42 100644 --- a/data/io.github.bytezz.IPLookup.appdata.xml.in +++ b/data/io.github.bytezz.IPLookup.appdata.xml.in @@ -49,6 +49,12 @@ + + +

Add translation support.

+

Add Turkish translation.

+
+

Move from com.github to io.github

diff --git a/meson.build b/meson.build index 23fbb53..cd8918c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('iplookup', - version: '0.1.1', + version: '0.1.3', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index c1f6492..2050fb4 100644 --- a/src/main.py +++ b/src/main.py @@ -60,7 +60,7 @@ def on_about_action(self, widget, _): application_name='IP Lookup', application_icon='io.github.bytezz.IPLookup', developer_name='Bytez', - version='0.1.1', + version='0.1.3', developers=['Bytez'], copyright='© 2023 Bytez') about.present()