diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a304b742..53cb9d42b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ project(IOTJS C) set(IOTJS_VERSION_MAJOR 0) set(IOTJS_VERSION_MINOR 10) -set(IOTJS_VERSION_PATCH 14) +set(IOTJS_VERSION_PATCH 15) # Do a few default checks if(NOT DEFINED PLATFORM_DESCRIPTOR) diff --git a/package.json b/package.json index c61b9fead..2e0315bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShadowNode", - "version": "0.10.14", + "version": "0.10.15", "description": "Use Node.js in your embeddable devices", "scripts": { "lint": "tools/check_tidy.py && eslint .",