Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bytezz committed Oct 27, 2023
1 parent 26ea451 commit 51dbc85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions data/io.github.bytezz.IPLookup.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
</custom>

<releases>
<release version="0.2.0" date="2023-10-27" type="stable">
<description>
<p>New icon! Thanks Jakub Steiner</p>
<p>Remember window size.</p>
<p>Add left and right margins.</p>
</description>
</release>
<release version="0.1.9" date="2023-10-6" type="stable">
<description>
<p>Update Ukrainian and add Russian translations.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('iplookup',
version: '0.1.9',
version: '0.2.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def on_about_action(self, widget, _):
application_name='IP Lookup',
application_icon='io.github.bytezz.IPLookup',
developer_name='Bytez',
version='0.1.9',
version='0.2.0',
developers=['Bytez'],
copyright='© 2023 Bytez')
about.present()
Expand Down

0 comments on commit 51dbc85

Please sign in to comment.