Skip to content

Commit

Permalink
working on v0.11.x (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie authored and legendecas committed Dec 4, 2018
1 parent 5c26750 commit 9ceefdb
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 @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 2.8)
project(IOTJS C)

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

# Do a few default checks
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.10.0",
"version": "0.11.0",
"description": "Use Node.js in your embeddable devices",
"scripts": {
"lint": "tools/check_tidy.py && eslint .",
Expand Down

0 comments on commit 9ceefdb

Please sign in to comment.