From c79c2fc1ff4c08a10aa2b11e344c1c2537c88035 Mon Sep 17 00:00:00 2001 From: Bytez <25850701+Bytezz@users.noreply.github.com> Date: Sat, 14 Oct 2023 02:25:48 +0200 Subject: [PATCH] v0.1.9 --- data/io.github.bytezz.IPLookup.appdata.xml.in | 5 +++++ meson.build | 2 +- src/main.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/data/io.github.bytezz.IPLookup.appdata.xml.in b/data/io.github.bytezz.IPLookup.appdata.xml.in index fd02c28..71e2d06 100644 --- a/data/io.github.bytezz.IPLookup.appdata.xml.in +++ b/data/io.github.bytezz.IPLookup.appdata.xml.in @@ -49,6 +49,11 @@ + + +

Update Ukrainian and add Russian translations.

+
+

Update Turkish translation.

diff --git a/meson.build b/meson.build index e07ad49..46a3de8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('iplookup', - version: '0.1.8', + version: '0.1.9', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 405750d..c67ecc7 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.8', + version='0.1.9', developers=['Bytez'], copyright='© 2023 Bytez') about.present()