Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallnoefer committed May 16, 2023
1 parent 11febd6 commit 6476bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .qmake.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load(qt_build_config)
CONFIG += warning_clean

MODULE_VERSION = 1.0.2
MODULE_VERSION = 1.0.3
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)

project( qmqtt VERSION 1.0.2 )
project( qmqtt VERSION 1.0.3 )

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

Expand Down
2 changes: 1 addition & 1 deletion src/mqtt/qmqtt.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Product {
property bool webSocketSupport: false
property string libraryType: "dynamiclibrary"
targetName: "qmqtt"
version: "1.0.2"
version: "1.0.3"

cpp.defines: [
"QT_BUILD_QMQTT_LIB",
Expand Down

0 comments on commit 6476bf6

Please sign in to comment.