Skip to content

Commit b39dc7f

Browse files
committed
[RELEASE] v1.1.2
Changelog: - Switched MQTT backend from Paho to libmosquitto, losing websockets support, but gaining the core feature that is being able to recieve messages on Windows Signed-off-by: AeroStun <24841307+AeroStun@users.noreply.github.com>
1 parent c1da0ab commit b39dc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
cmake_minimum_required (VERSION 3.16)
1919

20-
project (libSMCE VERSION 1.1.1)
20+
project (libSMCE VERSION 1.1.2)
2121

2222
if (NOT DEFINED SMCE_ARCH)
2323
set (SMCE_ARCH x86_64)

0 commit comments

Comments
 (0)