Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed May 21, 2024
1 parent b11fb18 commit de151a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
cmake_policy(SET CMP0042 NEW)

project(node_datachannel VERSION 0.9.0)
project(node_datachannel VERSION 0.9.1)

# -Dnapi_build_version=8
add_definitions(-DNAPI_VERSION=8)
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.

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.9.0",
"version": "0.9.1",
"description": "libdatachannel node bindings",
"type": "module",
"exports": {
Expand Down

0 comments on commit de151a0

Please sign in to comment.