Skip to content

Commit e46e8c1

Browse files
committed
release 1.0.1
1 parent d3118ed commit e46e8c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.qmake.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
load(qt_build_config)
22
CONFIG += warning_clean
33

4-
MODULE_VERSION = 1.0.0
4+
MODULE_VERSION = 1.0.1

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.9)
22

3-
project( qmqtt VERSION 1.0.0 )
3+
project( qmqtt VERSION 1.0.1 )
44

55
include( GNUInstallDirs ) # needed to define vars used in install() directives.
66

src/mqtt/qmqtt.qbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Product {
88
property bool webSocketSupport: false
99
property string libraryType: "dynamiclibrary"
1010
targetName: "qmqtt"
11-
version: "1.0.0"
11+
version: "1.0.1"
1212

1313
cpp.defines: [
1414
"QT_BUILD_QMQTT_LIB",

0 commit comments

Comments
 (0)