diff --git a/data/vn.hoabinh.quan.CoBang.appdata.xml b/data/vn.hoabinh.quan.CoBang.appdata.xml index 2509195..c98216a 100644 --- a/data/vn.hoabinh.quan.CoBang.appdata.xml +++ b/data/vn.hoabinh.quan.CoBang.appdata.xml @@ -40,6 +40,12 @@ + + +

Add French translation.

+

Increase opacity for Play & Pause buttons.

+
+

Use right image of Lepironia articulata.

diff --git a/meson.build b/meson.build index 2f13162..9082896 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cobang', - version: '0.9.10', + version: '0.10.0', meson_version: '>= 0.53', default_options: [ 'warning_level=2', diff --git a/pyproject.toml b/pyproject.toml index f96c9a9..3bc963c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cobang" -version = "0.9.10" +version = "0.10.0" description = "QR code and barcode scanner for Linux desktop" authors = ["Nguyễn Hồng Quân "] license = "GPL-3.0-or-later"