From f1a4e553524e4f47fa269c4295b1c1e15e02be99 Mon Sep 17 00:00:00 2001 From: Yorkie Liu Date: Sat, 10 Nov 2018 17:48:09 +0800 Subject: [PATCH] v0.10.15: bump version --- CMakeLists.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a304b742..53cb9d42b 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 14) +set(IOTJS_VERSION_PATCH 15) # Do a few default checks if(NOT DEFINED PLATFORM_DESCRIPTOR) diff --git a/package.json b/package.json index c61b9fead..2e0315bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShadowNode", - "version": "0.10.14", + "version": "0.10.15", "description": "Use Node.js in your embeddable devices", "scripts": { "lint": "tools/check_tidy.py && eslint .",