Skip to content

Commit 51dbc85

Browse files
committed
v0.2.0
1 parent 26ea451 commit 51dbc85

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
@@ -49,6 +49,13 @@
4949
</custom>
5050

5151
<releases>
52+
<release version="0.2.0" date="2023-10-27" type="stable">
53+
<description>
54+
<p>New icon! Thanks Jakub Steiner</p>
55+
<p>Remember window size.</p>
56+
<p>Add left and right margins.</p>
57+
</description>
58+
</release>
5259
<release version="0.1.9" date="2023-10-6" type="stable">
5360
<description>
5461
<p>Update Ukrainian and add Russian translations.</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.1.9',
2+
version: '0.2.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
@@ -60,7 +60,7 @@ def on_about_action(self, widget, _):
6060
application_name='IP Lookup',
6161
application_icon='io.github.bytezz.IPLookup',
6262
developer_name='Bytez',
63-
version='0.1.9',
63+
version='0.2.0',
6464
developers=['Bytez'],
6565
copyright='© 2023 Bytez')
6666
about.present()

0 commit comments

Comments
 (0)