File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
//Change github in /config.
5
5
exports . editor = {
6
6
"port" : 3000 ,
7
- "version" : "0.6 .0" ,
7
+ "version" : "0.7 .0" ,
8
8
"version_url" : "https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/rework/release/version.txt"
9
9
} ;
10
10
Original file line number Diff line number Diff line change
1
+ -0.7.0
2
+ Update pug dependency
3
+ Updates to installer and uninstaller
4
+
1
5
-0.6.0
2
6
Initial pre-release of the simplified webide
3
7
Original file line number Diff line number Diff line change 1
- 0.6 .0
2
- https://github.com/adafruit/Adafruit-WebIDE/archive/0.6 .tar.gz
1
+ 0.7 .0
2
+ https://github.com/adafruit/Adafruit-WebIDE/archive/0.7 .tar.gz
3
3
https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/release/changelog.txt
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ mkdir -p "$WEBIDE_HOME/tmp"
58
58
cd " $WEBIDE_ROOT "
59
59
60
60
echo " **** Downloading the latest version of the WebIDE ****"
61
- curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.6 .0.tar.gz | tar xzf - --strip-components=1
61
+ curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.7 .0.tar.gz | tar xzf - --strip-components=1
62
62
63
63
echo " **** Installing required libraries ****"
64
64
echo " **** (nodejs-legacy npm git libcap2-bin i2c-tools python-smbus ntp libkrb5-dev) ****"
You can’t perform that action at this time.
0 commit comments