diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ed499d..7e93848 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) cmake_policy(SET CMP0042 NEW) -project(node_datachannel VERSION 0.22.0) +project(node_datachannel VERSION 0.23.0) # -Dnapi_build_version=8 add_definitions(-DNAPI_VERSION=8) diff --git a/package-lock.json b/package-lock.json index 61a4dce..fce7e67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.22.0", + "version": "0.23.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index b777c9e..d31fa5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.22.0", + "version": "0.23.0-dev", "description": "WebRTC For Node.js and Electron. libdatachannel node bindings.", "main": "./dist/cjs/lib/index.cjs", "module": "./dist/esm/lib/index.mjs",