diff --git a/CMakeLists.txt b/CMakeLists.txt index 02bb9bb..0b29967 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.1.9) +project(node_datachannel VERSION 0.1.10) include_directories(${CMAKE_JS_INC}) diff --git a/package-lock.json b/package-lock.json index de1b1a5..39f3184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.1.8", + "version": "0.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1fd79fd..f2c2308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.1.9", + "version": "0.1.10", "description": "libdatachannel node bindings", "main": "lib/index.js", "typings": "lib/index.d.ts",