Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bytezz committed May 16, 2023
1 parent 0bc2125 commit 533be97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 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,12 @@
</custom>

<releases>
<release version="0.1.3" date="2023-05-16" type="stable">
<description>
<p>Add translation support.</p>
<p>Add Turkish translation.</p>
</description>
</release>
<release version="0.1.2" date="2023-05-13" type="stable">
<description>
<p>Move from com.github to io.github</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.1',
version: '0.1.3',
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.1',
version='0.1.3',
developers=['Bytez'],
copyright='© 2023 Bytez')
about.present()
Expand Down

0 comments on commit 533be97

Please sign in to comment.