Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bytezz committed Jun 6, 2023
1 parent ebc054c commit 08653c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion data/io.github.bytezz.IPLookup.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@
</custom>

<releases>
<release version="0.1.6" date="2023-06-5" type="stable">
<release version="0.1.7" date="2023-06-6" type="stable">
<description>
<p>Hide IP field when input is not a domain name.</p>
</description>
</release>
<release version="0.1.6" date="2023-06-5" type="stable">
<description>
<p>Show IP if a domain name is given.</p>
</description>
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.6',
version: '0.1.7',
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.6',
version='0.1.7',
developers=['Bytez'],
copyright='© 2023 Bytez')
about.present()
Expand Down

0 comments on commit 08653c0

Please sign in to comment.