From 486dfdefbf43f251b8b5943f8f9de26c49d97e0f Mon Sep 17 00:00:00 2001 From: legendecas Date: Sat, 13 Jul 2019 20:48:30 +0800 Subject: [PATCH] versioning: bump version code to v0.11.7 --- CMakeLists.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85f062035..cf6339e4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ project(IOTJS C) set(IOTJS_VERSION_MAJOR 0) set(IOTJS_VERSION_MINOR 11) -set(IOTJS_VERSION_PATCH 6) +set(IOTJS_VERSION_PATCH 7) # Do a few default checks if(NOT DEFINED PLATFORM_DESCRIPTOR) diff --git a/package.json b/package.json index 80b81a9b4..f59962fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShadowNode", - "version": "0.11.6", + "version": "0.11.7", "description": "Use Node.js in your embeddable devices", "scripts": { "lint": "tools/check_tidy.py && eslint .",