diff --git a/CMakeLists.txt b/CMakeLists.txt index e70d423..bbfe03a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) cmake_policy(SET CMP0042 NEW) -project(node_datachannel VERSION 0.32.1) +project(node_datachannel VERSION 0.32.2) # compile_commands.json # ----------------------------------- @@ -36,7 +36,7 @@ include(FetchContent) FetchContent_Declare( libdatachannel GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git - GIT_TAG "v0.24.0" + GIT_TAG "v0.24.2" ) option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)