From 71a263f402c50e87fbb21347134324f74d227845 Mon Sep 17 00:00:00 2001 From: Murat Dogan Date: Sun, 21 Feb 2021 19:04:59 +0300 Subject: [PATCH] v0.0.22 --- CMakeLists.txt | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f055b5bd..b6e21570 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.20) +project(node_datachannel VERSION 0.0.22) 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.11.1" + GIT_TAG "v0.11.2" ) FetchContent_GetProperties(libdatachannel) diff --git a/package-lock.json b/package-lock.json index 5df46825..4b7276b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.0.21", + "version": "0.0.22", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6249,4 +6249,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 5e1a018b..cf9fcbb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.0.21", + "version": "0.0.22", "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