Skip to content

Commit

Permalink
bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knuxify committed Aug 1, 2022
1 parent c236497 commit 2e9b144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/app.drey.EarTag.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<project_license>MIT</project_license>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.1.1" date="2022-08-01"/>
<release version="0.1.0" date="2022-07-31">
<description>Initial release.</description>
</release>
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('eartag',
version: '0.1.0',
version: '0.1.1',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class AboutDialog(Gtk.AboutDialog):
def __init__(self, parent):
Gtk.AboutDialog.__init__(self)
self.props.program_name = 'Ear Tag'
self.props.version = "0.1.0"
self.props.version = "0.1.1"
self.props.authors = ['knuxify']
self.props.artists = ['Igor Dyatlov']
self.props.copyright = '(C) 2022 knuxify'
Expand Down

0 comments on commit 2e9b144

Please sign in to comment.