Skip to content

Commit afdce78

Browse files
committed
v0.9.0
1 parent a4e2fa2 commit afdce78

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

+2-2
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.8.0)
5+
project(node_datachannel VERSION 0.9.0)
66

77
# -Dnapi_build_version=8
88
add_definitions(-DNAPI_VERSION=8)
@@ -29,7 +29,7 @@ include(FetchContent)
2929
FetchContent_Declare(
3030
libdatachannel
3131
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
32-
GIT_TAG "v0.20.3"
32+
GIT_TAG "v0.21.0"
3333
)
3434

3535
option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-datachannel",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "libdatachannel node bindings",
55
"type": "module",
66
"exports": {
@@ -99,4 +99,4 @@
9999
"prebuild-install": "^7.0.1",
100100
"rollup": "^4.14.1"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)