Skip to content

Commit

Permalink
Fix AppStream data
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Jun 24, 2020
1 parent e3b0e9c commit 141c32b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion data/vn.hoabinh.quan.CoBang.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,14 @@
</kudos>

<releases>
<release version="0.5.5" date="2020-06-24" urgency="medium">
<description>
<p>Fix AppStream data.</p>
</description>
</release>
<release version="0.5.4" date="2020-06-24" urgency="medium">
<description>
<p>Move Play & Pause buttons to overlay.</p>
<p>Move Play &amp; Pause buttons to overlay.</p>
</description>
</release>
<release version="0.5.3" date="2020-06-23" urgency="medium">
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.5.4',
version: '0.5.5',
meson_version: '>= 0.50.0',
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.5.4"
version = "0.5.5"
description = "QR code scanner for Linux desktop"
authors = ["Nguyễn Hồng Quân <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion vn.hoabinh.quan.CoBang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ modules:
sources:
- type: git
url: 'https://github.com/hongquan/CoBang.git'
tag: v0.5.3
tag: v0.5.5

0 comments on commit 141c32b

Please sign in to comment.