From 23e4dc359aa6385a054d1a3454ba161ca72f8344 Mon Sep 17 00:00:00 2001 From: YingXue Date: Mon, 9 Sep 2019 16:33:37 -0700 Subject: [PATCH] bump up version (#106) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22af6df43..52dc325b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azure-iot-explorer", - "version": "0.10.2", + "version": "0.10.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 723cd2839..8c4bd2de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-explorer", - "version": "0.10.2", + "version": "0.10.3", "description": "This project welcomes contributions and suggestions. Most contributions require you to agree to a\r Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r the rights to use your contribution. For details, visit https://cla.microsoft.com.", "main": "public/electron.js", "build": {