Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Nov 10, 2024
1 parent 05b362c commit a9ddfcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include(FetchContent)
FetchContent_Declare(
libdatachannel
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.22.1"
GIT_TAG "v0.22.2"
)

option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-datachannel",
"version": "0.20.0",
"version": "0.21.0",
"description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
"main": "./dist/cjs/lib/index.cjs",
"module": "./dist/esm/lib/index.mjs",
Expand Down Expand Up @@ -104,4 +104,4 @@
"node-domexception": "^2.0.1",
"prebuild-install": "^7.0.1"
}
}
}

0 comments on commit a9ddfcd

Please sign in to comment.