Skip to content

Commit

Permalink
bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcooper committed Mar 13, 2018
1 parent 6eae151 commit 192181b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//Change github in /config.
exports.editor = {
"port": 3000,
"version": "0.7.0",
"version_url": "https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/rework/release/version.txt"
"version": "0.8.0",
"version_url": "https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/master/release/version.txt"
};

exports.adafruit = {
Expand Down
4 changes: 4 additions & 0 deletions release/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-0.8.0
Add simple python3 support
Fix debug populating variables

-0.7.0
Update pug dependency
Updates to installer and uninstaller
Expand Down
4 changes: 2 additions & 2 deletions release/version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.7.0
https://github.com/adafruit/Adafruit-WebIDE/archive/0.7.tar.gz
0.8.0
https://github.com/adafruit/Adafruit-WebIDE/archive/0.8.0.tar.gz
https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/release/changelog.txt
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mkdir -p "$WEBIDE_HOME/tmp"
cd "$WEBIDE_ROOT"

echo "**** Downloading the latest version of the WebIDE ****"
curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.7.0.tar.gz | tar xzf - --strip-components=1
curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.8.0.tar.gz | tar xzf - --strip-components=1

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

0 comments on commit 192181b

Please sign in to comment.