Skip to content

Commit 627bbd6

Browse files
committed
v0.4.2
1 parent 7a290ef commit 627bbd6

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.4.2" date="2025-11-3" type="stable">
69+
<description>
70+
<ul>
71+
<li>Add shortcut for "Get Your IP" (Ctrl+G)</li>
72+
<li>Update runtime to v49</li>
73+
</ul>
74+
</description>
75+
</release>
6876
<release version="0.4.1" date="2025-05-14" 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.1',
2+
version: '0.4.2',
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.1',
65+
version='0.4.2',
6666
developers=['Bytez'],
6767
translator_credits=_("translator-credits"),
6868
license_type=Gtk.License.GPL_3_0,

0 commit comments

Comments
 (0)