Skip to content

Commit 14c0441

Browse files
committed
v0.5.0
1 parent d933efd commit 14c0441

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

data/io.github.bytezz.IPLookup.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@
6565
</custom>
6666

6767
<releases>
68+
<release version="0.5.0" date="2025-11-29" type="stable">
69+
<description>
70+
<ul>
71+
<li>LibAdapta support (set environment variable `LIBADAPTA=1`)</li>
72+
<li>Brazilian Portuguese translation</li>
73+
</ul>
74+
</description>
75+
</release>
6876
<release version="0.4.2" date="2025-11-3" type="stable">
6977
<description>
7078
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('iplookup',
2-
version: '0.4.2',
2+
version: '0.5.0',
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
@@ -69,7 +69,7 @@ def on_about_action(self, *args):
6969
developer_name='Bytez',
7070
website='https://github.com/Bytezz/IPLookup-gtk',
7171
issue_url='https://github.com/Bytezz/IPLookup-gtk/issues',
72-
version='0.4.2',
72+
version='0.5.0',
7373
developers=['Bytez'],
7474
translator_credits=_("translator-credits"),
7575
license_type=Gtk.License.GPL_3_0,

0 commit comments

Comments
 (0)