From 14d59d91fc3c8391d7c1dc706ce80efd212bc4be Mon Sep 17 00:00:00 2001 From: Murat Dogan Date: Fri, 17 Sep 2021 14:41:54 +0300 Subject: [PATCH] V0.1.8 --- 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 a6793fb..cc6aaf2 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.7) +project(node_datachannel VERSION 0.1.8) include_directories(${CMAKE_JS_INC}) diff --git a/package-lock.json b/package-lock.json index cb89bce..de1b1a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.1.7", + "version": "0.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a01dd2..0f57429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.1.7", + "version": "0.1.8", "description": "libdatachannel node bindings", "main": "lib/index.js", "typings": "lib/index.d.ts",