Skip to content

Commit c57989c

Browse files
committed
Bump version 0.13.0
1 parent 0488325 commit c57989c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

data/vn.hoabinh.quan.CoBang.appdata.xml.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
</kudos>
4646

4747
<releases>
48+
<release version="0.13.0" date="2024-06-06" urgency="medium">
49+
<description translate="no">
50+
<p>Add German and Russian translations.</p>
51+
<p>Handle error with libcamera.</p>
52+
</description>
53+
</release>
4854
<release version="0.12.0" date="2024-04-30" urgency="medium">
4955
<description translate="no">
5056
<p>Working with Ubuntu 24.04.</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('cobang',
2-
version: '0.12.0',
2+
version: '0.13.0',
33
meson_version: '>= 0.61',
44
default_options: [
55
'warning_level=2',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cobang"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "QR code and barcode scanner for Linux desktop"
55
authors = [
66
{name = "Nguyễn Hồng Quân", email = "[email protected]"},

0 commit comments

Comments
 (0)