Skip to content

Commit ef2fe8f

Browse files
committed
bump to 0.7.0
1 parent 4bf4796 commit ef2fe8f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Diff for: config/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//Change github in /config.
55
exports.editor = {
66
"port": 3000,
7-
"version": "0.6.0",
7+
"version": "0.7.0",
88
"version_url": "https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/rework/release/version.txt"
99
};
1010

Diff for: release/changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
-0.7.0
2+
Update pug dependency
3+
Updates to installer and uninstaller
4+
15
-0.6.0
26
Initial pre-release of the simplified webide
37

Diff for: release/version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
33
https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/release/changelog.txt

Diff for: scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mkdir -p "$WEBIDE_HOME/tmp"
5858
cd "$WEBIDE_ROOT"
5959

6060
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
6262

6363
echo "**** Installing required libraries ****"
6464
echo "**** (nodejs-legacy npm git libcap2-bin i2c-tools python-smbus ntp libkrb5-dev) ****"

0 commit comments

Comments
 (0)