diff --git a/CMakeLists.txt b/CMakeLists.txt index 24dbd2a7..70df2f21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) -project(node_datachannel VERSION 0.0.19) +project(node_datachannel VERSION 0.0.20) include_directories(${CMAKE_JS_INC}) @@ -27,7 +27,7 @@ include(FetchContent) FetchContent_Declare( libdatachannel GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git - GIT_TAG "v0.10.2" + GIT_TAG "v0.10.4" ) FetchContent_GetProperties(libdatachannel) diff --git a/package-lock.json b/package-lock.json index 78f0dcbb..6aebba2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.0.19", + "version": "0.0.20", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6249,4 +6249,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 4676ec87..674b43be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.0.19", + "version": "0.0.20", "description": "libdatachannel node bindings", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -45,4 +45,4 @@ "dependencies": { "prebuild-install": "^5.3.6" } -} +} \ No newline at end of file