Skip to content

Commit

Permalink
0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Oct 25, 2021
1 parent f35cd2f commit b6ce3bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
project(node_datachannel VERSION 0.1.11)
project(node_datachannel VERSION 0.1.12)

include_directories(${CMAKE_JS_INC})

Expand All @@ -27,7 +27,7 @@ include(FetchContent)
FetchContent_Declare(
libdatachannel
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.15.3"
GIT_TAG "v0.15.5"
)

FetchContent_GetProperties(libdatachannel)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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.1.11",
"version": "0.1.12",
"description": "libdatachannel node bindings",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit b6ce3bc

Please sign in to comment.