Skip to content

Commit

Permalink
dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Mar 18, 2024
1 parent d36a8e9 commit fa6f7c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.5)
project(node_datachannel VERSION 0.5.6)

# -Dnapi_build_version=8
add_definitions(-DNAPI_VERSION=8)
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.5.5",
"version": "0.5.6-dev",
"description": "libdatachannel node bindings",
"type": "module",
"exports": {
Expand Down

0 comments on commit fa6f7c7

Please sign in to comment.