Skip to content

Commit 46826be

Browse files
committed
0.10.0
1 parent 3cf1cbc commit 46826be

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

manifest.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_appName__",
33
"description": "__MSG_appDescription__",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"manifest_version": 2,
66
"default_locale": "en",
77
"permissions": [
@@ -12,8 +12,14 @@
1212
"usb",
1313
{
1414
"usbDevices": [
15-
{ "vendorId": 1027, "productId": 24577 },
16-
{ "vendorId": 1027, "productId": 24597 }
15+
{
16+
"vendorId": 1027,
17+
"productId": 24577
18+
},
19+
{
20+
"vendorId": 1027,
21+
"productId": 24597
22+
}
1723
]
1824
}
1925
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parallax-ide",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Write, compile, and download code to your Parallax Boe-Bot Robot or custom BASIC Stamp microcontroller-based electronic creations.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)