diff --git a/data/io.github.bytezz.IPLookup.appdata.xml.in b/data/io.github.bytezz.IPLookup.appdata.xml.in index 71e2d06..f621e62 100644 --- a/data/io.github.bytezz.IPLookup.appdata.xml.in +++ b/data/io.github.bytezz.IPLookup.appdata.xml.in @@ -49,6 +49,13 @@ + + +

New icon! Thanks Jakub Steiner

+

Remember window size.

+

Add left and right margins.

+
+

Update Ukrainian and add Russian translations.

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