summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-09 12:21:20 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-09 12:21:20 +0300
commit8a891beafb5f3a97bfa6cffa53102ba7f76765bb (patch)
treec830a866e217e0d9929767056911db23efcfc9b6
parent8c8073c87b13e24caa9031545f1a89b59c7a6179 (diff)
Bump version
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index ea004beb..f82d7855 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtScxml(ConanFile):
name = "qtserialport"
- version = "6.1.0"
+ version = "6.1.2"
license = "LGPL-3.0+, GPL-2.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtserialport.git"