Skip to content

Commit

Permalink
v0.11.3: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie authored and legendecas committed Jan 16, 2019
1 parent 25e9fee commit 19f2aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project(IOTJS C)

set(IOTJS_VERSION_MAJOR 0)
set(IOTJS_VERSION_MINOR 11)
set(IOTJS_VERSION_PATCH 2)
set(IOTJS_VERSION_PATCH 3)

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

0 comments on commit 19f2aea

Please sign in to comment.