From 367e126e3a41fc38af11b32bdc6b56975a112b26 Mon Sep 17 00:00:00 2001 From: Murat Dogan Date: Sat, 6 Feb 2021 20:54:46 +0300 Subject: [PATCH] update libdatachannel version --- CMakeLists.txt | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70df2f21..f055b5bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ include(FetchContent) FetchContent_Declare( libdatachannel GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git - GIT_TAG "v0.10.4" + GIT_TAG "v0.11.1" ) FetchContent_GetProperties(libdatachannel) diff --git a/package-lock.json b/package-lock.json index 6aebba2f..5df46825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.0.20", + "version": "0.0.21", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6249,4 +6249,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 674b43be..5e1a018b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.0.20", + "version": "0.0.21", "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 +}