diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c8625ce8..54da0d0c9 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 12) +set(IOTJS_VERSION_PATCH 13) # Do a few default checks if(NOT DEFINED PLATFORM_DESCRIPTOR) diff --git a/package.json b/package.json index efc8bda08..1a11c64f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShadowNode", - "version": "0.10.12", + "version": "0.10.13", "description": "Use Node.js in your embeddable devices", "scripts": { "lint": "tools/check_tidy.py && eslint .",