Skip to content

Commit

Permalink
Bump v0.9.6
Browse files Browse the repository at this point in the history
Fix building Flatpak for v0.9+.
  • Loading branch information
hongquan committed Dec 8, 2021
1 parent 1279228 commit 83a5595
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CoBang

.. image:: https://madewithlove.now.sh/vn?heart=true&colorA=%23ffcd00&colorB=%23da251d

A missing native QR Code scanner application for Linux desktop.
A missing native QR Code and barcode scanner application for Linux desktop.

.. image:: https://github.com/hongquan/CoBang/blob/main/data/vn.hoabinh.quan.CoBang.svg
:width: 400
Expand Down
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 @@ -9,7 +9,7 @@
<name>CoBang</name>
<summary>QR code scanner for Linux desktop</summary>
<description>
<p>A missing native QR Code scanner application for Linux desktop.</p>
<p>A missing native QR Code and barcode scanner application for Linux desktop.</p>
<p>CoBang can scan barcode, QR code from webcam or from static image.
To be part of Linux desktop modernization, it is set to support Wayland (not XWayland), and only implement native GUI (no web crap).</p>
</description>
Expand Down Expand Up @@ -40,6 +40,11 @@
</kudos>

<releases>
<release version="0.9.6" date="2021-12-08" urgency="medium">
<description>
<p>Fix building Flatpak for v0.9+.</p>
</description>
</release>
<release version="0.9.5" date="2021-11-06" urgency="medium">
<description>
<p>Try to fix crash on displaying wifi result.</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.9.4',
version: '0.9.6',
meson_version: '>= 0.53',
default_options: [
'warning_level=2',
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "cobang"
version = "0.9.5"
description = "QR code scanner for Linux desktop"
version = "0.9.6"
description = "QR code and barcode scanner for Linux desktop"
authors = ["Nguyễn Hồng Quân <[email protected]>"]
license = "GPL-3.0-or-later"
homepage = "https://github.com/hongquan/CoBang"
Expand Down

0 comments on commit 83a5595

Please sign in to comment.