Skip to content

Commit d26db97

Browse files
committed
v0.3.0
1 parent 89427c1 commit d26db97

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
</custom>
5050

5151
<releases>
52+
<release version="0.3.0" date="2023-10-31" type="stable">
53+
<description>
54+
<p>Improve about window.</p>
55+
<p>Port to AdwToolbarView.</p>
56+
<p>Use toast.</p>
57+
<p>Improve primary menu.</p>
58+
<p>Thanks Hari Rana.</p>
59+
<p>Get your IP from menu.</p>
60+
</description>
61+
</release>
5262
<release version="0.2.0" date="2023-10-27" type="stable">
5363
<description>
5464
<p>New icon! Thanks Jakub Steiner</p>

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.2.0',
2+
version: '0.3.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
@@ -63,7 +63,7 @@ def on_about_action(self, widget, _):
6363
developer_name='Bytez',
6464
website='https://github.com/Bytezz/IPLookup-gtk',
6565
issue_url='https://github.com/Bytezz/IPLookup-gtk/issues',
66-
version='0.2.0',
66+
version='0.3.0',
6767
developers=['Bytez'],
6868
license_type=Gtk.License.GPL_3_0,
6969
copyright='Copyright© 2023 Bytez')

0 commit comments

Comments
 (0)