Skip to content

Commit

Permalink
lıbdatachannel v22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Oct 25, 2024
1 parent 2432736 commit f357894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.21.2"
GIT_TAG "v0.22.1"
)

option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-datachannel",
"version": "0.20.0-alpha.2",
"version": "0.20.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

0 comments on commit f357894

Please sign in to comment.