From 043d647f0a50e0081e666550d4d447d1715685e0 Mon Sep 17 00:00:00 2001 From: Julien Vanier Date: Wed, 7 Mar 2018 10:26:01 -0500 Subject: [PATCH] 1.28.0-rc.1 --- 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 5c2422294..298e4133a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "particle-cli", - "version": "1.27.1", + "version": "1.28.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f13d7b5b..0ed55da9c 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.27.1", + "version": "1.28.0-rc.1", "author": "David Middlecamp", "bin": { "particle": "./bin/particle.js"