Skip to content

Commit

Permalink
v0.10.12: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Oct 25, 2018
1 parent cb68b86 commit d485758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ project(IOTJS C)

set(IOTJS_VERSION_MAJOR 0)
set(IOTJS_VERSION_MINOR 10)
set(IOTJS_VERSION_PATCH 11)
set(IOTJS_VERSION_PATCH 12)

# Do a few default checks
if(NOT DEFINED PLATFORM_DESCRIPTOR)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ShadowNode",
"version": "0.10.11",
"version": "0.10.12",
"description": "Use Node.js in your embeddable devices",
"scripts": {
"lint": "tools/check_tidy.py && eslint .",
Expand Down

0 comments on commit d485758

Please sign in to comment.