Skip to content

Commit

Permalink
v0.10.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Jun 23, 2024
1 parent 8e08738 commit d2f66ca
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.2)
project(node_datachannel VERSION 0.10.0)

# -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.2",
"version": "0.10.0-dev",
"description": "libdatachannel node bindings",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit d2f66ca

Please sign in to comment.