Skip to content

Commit 192181b

Browse files
committed
bump to 0.8.0
1 parent 6eae151 commit 192181b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Diff for: config/config.js

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

1111
exports.adafruit = {

Diff for: release/changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
-0.8.0
2+
Add simple python3 support
3+
Fix debug populating variables
4+
15
-0.7.0
26
Update pug dependency
37
Updates to installer and uninstaller

Diff for: release/version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
0.7.0
2-
https://github.com/adafruit/Adafruit-WebIDE/archive/0.7.tar.gz
1+
0.8.0
2+
https://github.com/adafruit/Adafruit-WebIDE/archive/0.8.0.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.7.0.tar.gz | tar xzf - --strip-components=1
61+
curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.8.0.tar.gz | tar xzf - --strip-components=1
6262

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

0 commit comments

Comments
 (0)