diff --git a/data/io.github.bytezz.IPLookup.appdata.xml.in b/data/io.github.bytezz.IPLookup.appdata.xml.in index fbb2f35..afc1a26 100644 --- a/data/io.github.bytezz.IPLookup.appdata.xml.in +++ b/data/io.github.bytezz.IPLookup.appdata.xml.in @@ -65,6 +65,13 @@ + + +
    +
  • Add hindi translation
  • +
+
+
    diff --git a/meson.build b/meson.build index 3990ef3..9160164 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('iplookup', - version: '0.3.3', + version: '0.3.4', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index d15fcae..2b075d8 100644 --- a/src/main.py +++ b/src/main.py @@ -63,7 +63,7 @@ def on_about_action(self, *args): developer_name='Bytez', website='https://github.com/Bytezz/IPLookup-gtk', issue_url='https://github.com/Bytezz/IPLookup-gtk/issues', - version='0.3.3', + version='0.3.4', developers=['Bytez'], translator_credits=_("translator-credits"), license_type=Gtk.License.GPL_3_0,