Skip to content

Commit

Permalink
v0.12.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Sep 14, 2024
1 parent 8360c59 commit 18ace38
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 @@ -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.11.0)
project(node_datachannel VERSION 0.12.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.

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.11.0",
"version": "0.12.0-dev",
"description": "libdatachannel node bindings",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -100,4 +100,4 @@
"node-domexception": "^2.0.1",
"prebuild-install": "^7.0.1"
}
}
}

0 comments on commit 18ace38

Please sign in to comment.