diff --git a/CMakeLists.txt b/CMakeLists.txt index 60b43af..f6edf99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) -project(node_datachannel VERSION 0.2.4) +project(node_datachannel VERSION 0.3.1) # Workaround for https://github.com/murat-dogan/node-datachannel/issues/65 if( NODE_RUNTIMEVERSION VERSION_GREATER_EQUAL "17.0.0") diff --git a/package-lock.json b/package-lock.json index 4c66361..9413776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 17b472b..1022323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-datachannel", - "version": "0.3.0", + "version": "0.3.1", "description": "libdatachannel node bindings", "main": "lib/index.js", "typings": "lib/index.d.ts",