diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e61fb0..79b80f5 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.12) +project(node_datachannel VERSION 0.1.13) include_directories(${CMAKE_JS_INC}) diff --git a/README.md b/README.md index 2b14652..8049093 100644 --- a/README.md +++ b/README.md @@ -152,11 +152,6 @@ Prebuilt binaries are available (Node Version >= 10); > npm i ``` -Build with libnice support -```sh -> npm run install-nice -``` - Other Options ```sh > npm run install -- -DUSE_GNUTLS=1 # Use GnuTLS instead of OpenSSL (Default False) diff --git a/package-lock.json b/package-lock.json index 90e7d23..3c85ee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.1.12", + "version": "0.1.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6439f0b..feb67b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.1.12", + "version": "0.1.13", "description": "libdatachannel node bindings", "main": "lib/index.js", "typings": "lib/index.d.ts",