From b15ddf4aad14129d18ac840ddc2e1f51a3c13950 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 30 Oct 2015 16:34:53 -0700 Subject: [PATCH] 0.11.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a6fc470..bb0ce27 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "description": "__MSG_appDescription__", - "version": "0.10.0", + "version": "0.11.0", "manifest_version": 2, "default_locale": "en", "permissions": [ diff --git a/package.json b/package.json index 5ab507a..bc1535b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parallax-ide", - "version": "0.10.0", + "version": "0.11.0", "description": "Write, compile, and download code to your Parallax Boe-Bot Robot or custom BASIC Stamp microcontroller-based electronic creations.", "main": "index.js", "directories": {