Skip to content

Commit ea08adf

Browse files
committed
v0.4.1
1 parent 9ca4262 commit ea08adf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

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

6767
<releases>
68+
<release version="0.4.1" date="2025-05-14" type="stable">
69+
<description>
70+
<ul>
71+
<li>Add Dutch translation</li>
72+
</ul>
73+
</description>
74+
</release>
6875
<release version="0.4.0" date="2025-01-19" type="stable">
6976
<description>
7077
<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.0',
2+
version: '0.4.1',
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
@@ -62,7 +62,7 @@ def on_about_action(self, *args):
6262
developer_name='Bytez',
6363
website='https://github.com/Bytezz/IPLookup-gtk',
6464
issue_url='https://github.com/Bytezz/IPLookup-gtk/issues',
65-
version='0.4.0',
65+
version='0.4.1',
6666
developers=['Bytez'],
6767
translator_credits=_("translator-credits"),
6868
license_type=Gtk.License.GPL_3_0,

0 commit comments

Comments
 (0)