Skip to content

Commit

Permalink
bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Aug 23, 2021
1 parent a6bf4ba commit 3ed6826
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 98 deletions.
18 changes: 0 additions & 18 deletions .vscode/c_cpp_properties.json

This file was deleted.

74 changes: 0 additions & 74 deletions .vscode/settings.json

This file was deleted.

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.5)
project(node_datachannel VERSION 0.1.6)

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.14.0"
GIT_TAG "v0.14.2"
)

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.1.5",
"version": "0.1.6",
"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 3ed6826

Please sign in to comment.