From c9b27b7e6a2a196b515e7cdbbe703d1ff0423d18 Mon Sep 17 00:00:00 2001 From: Murat Dogan Date: Fri, 22 Nov 2024 20:21:59 +0100 Subject: [PATCH] v0.22.0 --- CMakeLists.txt | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d5eedf3..6ed499d 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.20.0) +project(node_datachannel VERSION 0.22.0) # -Dnapi_build_version=8 add_definitions(-DNAPI_VERSION=8) diff --git a/package-lock.json b/package-lock.json index 94b7fc1..27fcb4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-datachannel", - "version": "0.21.0", + "version": "0.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-datachannel", - "version": "0.21.0", + "version": "0.22.0", "hasInstallScript": true, "license": "MPL 2.0", "dependencies": { diff --git a/package.json b/package.json index 1cb1cfe..b82ea05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.21.0", + "version": "0.22.0", "description": "WebRTC For Node.js and Electron. libdatachannel node bindings.", "main": "./dist/cjs/lib/index.cjs", "module": "./dist/esm/lib/index.mjs",