diff --git a/CMakeLists.txt b/CMakeLists.txt index f4aa87d..d5eedf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ include(FetchContent) FetchContent_Declare( libdatachannel GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git - GIT_TAG "v0.22.1" + GIT_TAG "v0.22.2" ) option(NO_MEDIA "Disable media transport support in libdatachannel" OFF) diff --git a/package-lock.json b/package-lock.json index f582ddc..94b7fc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-datachannel", - "version": "0.20.0", + "version": "0.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-datachannel", - "version": "0.20.0-dev", + "version": "0.21.0", "hasInstallScript": true, "license": "MPL 2.0", "dependencies": { @@ -10295,4 +10295,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 6b17990..1cb1cfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.20.0", + "version": "0.21.0", "description": "WebRTC For Node.js and Electron. libdatachannel node bindings.", "main": "./dist/cjs/lib/index.cjs", "module": "./dist/esm/lib/index.mjs", @@ -104,4 +104,4 @@ "node-domexception": "^2.0.1", "prebuild-install": "^7.0.1" } -} \ No newline at end of file +}