diff --git a/.qmake.conf b/.qmake.conf index 39f77c5..ed20914 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,4 @@ load(qt_build_config) CONFIG += warning_clean -MODULE_VERSION = 1.0.0 +MODULE_VERSION = 1.0.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index cab1355..026015c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project( qmqtt VERSION 1.0.0 ) +project( qmqtt VERSION 1.0.1 ) include( GNUInstallDirs ) # needed to define vars used in install() directives. diff --git a/src/mqtt/qmqtt.qbs b/src/mqtt/qmqtt.qbs index b3d0f62..3804b20 100644 --- a/src/mqtt/qmqtt.qbs +++ b/src/mqtt/qmqtt.qbs @@ -8,7 +8,7 @@ Product { property bool webSocketSupport: false property string libraryType: "dynamiclibrary" targetName: "qmqtt" - version: "1.0.0" + version: "1.0.1" cpp.defines: [ "QT_BUILD_QMQTT_LIB",