Skip to content

Commit

Permalink
update libdatachannel version
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Feb 6, 2021
1 parent ac03879 commit 367e126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include(FetchContent)
FetchContent_Declare(
libdatachannel
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.10.4"
GIT_TAG "v0.11.1"
)

FetchContent_GetProperties(libdatachannel)
Expand Down
4 changes: 2 additions & 2 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.0.20",
"version": "0.0.21",
"description": "libdatachannel node bindings",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -45,4 +45,4 @@
"dependencies": {
"prebuild-install": "^5.3.6"
}
}
}

0 comments on commit 367e126

Please sign in to comment.