Skip to content

Commit

Permalink
update to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Sep 21, 2023
1 parent 323a9be commit 87514c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data/com.vixalien.decibels.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.1" date="2023-09-20">
<release version="0.1.2" date="2023-09-21">
<description>
<p>A few bug fixes that polishes up the app</p>
<ul>
<li>Differentiate development versions of the app from the stable app by styling the icon and header differently</li>
<li>Added donation link in application metadata</li>
<li>Fix the About Window being detached from main window</li>
<li>Fix the About Window showing release notes for an older version</li>
</ul>
</description>
</release>
<release version="0.1.1" date="2023-09-21"/>
<release version="0.1.0" date="2023-09-20">
<description>
<p>Initial Release</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('decibels',
version: '0.1.0',
version: '0.1.2',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down

0 comments on commit 87514c1

Please sign in to comment.