From d517038ced39a542e70f0e610337b94cbaf49101 Mon Sep 17 00:00:00 2001 From: Murat Dogan Date: Fri, 4 Dec 2020 11:19:07 +0300 Subject: [PATCH] v0.0.17 --- CMakeLists.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b0ef2a5..672f0900 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.16) +project(node_datachannel VERSION 0.0.17) include_directories(${CMAKE_JS_INC}) diff --git a/package-lock.json b/package-lock.json index 8b3199b0..286f60ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c7879bb..a1983804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.0.16", + "version": "0.0.17", "description": "libdatachannel node bindings", "main": "lib/index.js", "typings": "lib/index.d.ts",