Skip to content

Commit

Permalink
Fix appdata file
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Mar 5, 2021
1 parent d1ee006 commit 3909d23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion data/vn.hoabinh.quan.CoBang.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,16 @@
</kudos>

<releases>
<release version="0.6.4" date="2021-03-06" urgency="medium">
<description>
<p>Fix appdata file.</p>
</description>
</release>
<release version="0.6.3" date="2021-03-06" urgency="medium">
<description>
<p>Support more languages.</p>
</description>
</release>
<releases>
<release version="0.6.0" date="2020-10-26" urgency="medium">
<description>
<p>Compatible with GStreamer v1.18.</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('cobang',
version: '0.6.3',
version: '0.6.4',
meson_version: '>= 0.54',
default_options: [
'warning_level=2',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cobang"
version = "0.6.3"
version = "0.6.4"
description = "QR code scanner for Linux desktop"
authors = ["Nguyễn Hồng Quân <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 3909d23

Please sign in to comment.