Skip to content

Commit 50acd9a

Browse files
committed
v0.3.1
1 parent 8905919 commit 50acd9a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

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

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

5151
<releases>
52+
<release version="0.3.1" date="2023-11-08" type="stable">
53+
<description>
54+
<p>Update ukrainian and russian translations.</p>
55+
</description>
56+
</release>
5257
<release version="0.3.0" date="2023-10-31" type="stable">
5358
<description>
5459
<p>Improve about window.</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.3.0',
2+
version: '0.3.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
@@ -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.3.0',
66+
version='0.3.1',
6767
developers=['Bytez'],
6868
license_type=Gtk.License.GPL_3_0,
6969
copyright='Copyright© 2023 Bytez')

0 commit comments

Comments
 (0)