From 54ef45c81303fe15174e01c91edf1ff77cae4e0d Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Fri, 30 Oct 2015 12:14:38 -0700 Subject: [PATCH] v1.8.15 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08133390a..0e2103c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ changelog ========= +10/30/2015 - 1.8.15 - Update Electron binaries to v0.0.3-rc.2 + 10/23/2015 - 1.8.14 - Add Electron update binaries and tinker. Add IMEI/ICCID serial parsing. 10/21/2015 - 1.8.13 - Update node-serialport dependency to require 2.0.1 or later. diff --git a/package.json b/package.json index 5c7358982..f4ed65835 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "particle-cli", "description": "Simple Node commandline application for working with your Particle devices and using the Particle Cloud", - "version": "1.8.14", + "version": "1.8.15", "author": "David Middlecamp", "repository": { "type": "git",