Skip to content

Commit 55cc79d

Browse files
committedMar 1, 2025
bump version tp 0.26.0
1 parent 5f89833 commit 55cc79d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
22
cmake_policy(SET CMP0091 NEW)
33
cmake_policy(SET CMP0042 NEW)
44

5-
project(node_datachannel VERSION 0.25.0)
5+
project(node_datachannel VERSION 0.26.0)
66

77
# -Dnapi_build_version=8
88
add_definitions(-DNAPI_VERSION=8)

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-datachannel",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
55
"main": "./dist/cjs/lib/index.cjs",
66
"module": "./dist/esm/lib/index.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.