Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit df57852

Browse files
author
sebba
committed
2 parents 638cb48 + f9fad95 commit df57852

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"title": "Arduino",
44
"description": "Arduino brackets extension",
55
"homepage": "http://arduino.org",
6-
"version": "0.0.2",
6+
"version": "0.0.3",
77
"author": "Arduino.org Team <[email protected]>"
88
}

shared/revision

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
{
22
"revisions":
33
[
4+
{
5+
"version" : 3,
6+
"hversion" : "0.0.3",
7+
"date" : "2015-08-06",
8+
"cycle" : "alpha",
9+
"source" : "https://github.com/arduino-org/brackets-arduino/tree/0.0.3-alpha",
10+
"changelog" : [
11+
{"name" : "studio", "desc": "compiler module improved."},
12+
{"name" : "studio", "desc": "uploader module improved."},
13+
{"name" : "studio", "desc": "enabled samd architecture : m0, m0 pro."},
14+
],
15+
"url" : "http://arduino.org/downloads",
16+
"message" : "",
17+
"error" : ""
18+
},
419
{
520
"version" : 2,
621
"hversion" : "0.0.2",
722
"date" : "2015-06-10",
823
"cycle" : "alpha",
924
"source" : "https://github.com/arduino-org/brackets-arduino/tree/0.0.2-alpha",
1025
"changelog" : [
11-
{"name" : "studio", "desc": "compiler module improved. enabled samd architecture."},
1226
{"name" : "studio", "desc": "enabled extension manager."},
1327
{"name" : "studio", "desc": "enabled avr boards: mega, mega adk, ethernet, fio, nano w/ 328."},
1428
{"name" : "studio", "desc": "open blink example at first run."},
@@ -33,4 +47,4 @@
3347
"error" : ""
3448
}
3549
]
36-
}
50+
}

0 commit comments

Comments
 (0)