Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bytezz committed Oct 31, 2023
1 parent 89427c1 commit d26db97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 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,16 @@
</custom>

<releases>
<release version="0.3.0" date="2023-10-31" type="stable">
<description>
<p>Improve about window.</p>
<p>Port to AdwToolbarView.</p>
<p>Use toast.</p>
<p>Improve primary menu.</p>
<p>Thanks Hari Rana.</p>
<p>Get your IP from menu.</p>
</description>
</release>
<release version="0.2.0" date="2023-10-27" type="stable">
<description>
<p>New icon! Thanks Jakub Steiner</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.2.0',
version: '0.3.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 @@ -63,7 +63,7 @@ def on_about_action(self, widget, _):
developer_name='Bytez',
website='https://github.com/Bytezz/IPLookup-gtk',
issue_url='https://github.com/Bytezz/IPLookup-gtk/issues',
version='0.2.0',
version='0.3.0',
developers=['Bytez'],
license_type=Gtk.License.GPL_3_0,
copyright='Copyright© 2023 Bytez')
Expand Down

0 comments on commit d26db97

Please sign in to comment.