Skip to content

Commit

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

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.7.0
Update pug dependency
Updates to installer and uninstaller

-0.6.0
Initial pre-release of the simplified webide

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.6.0
https://github.com/adafruit/Adafruit-WebIDE/archive/0.6.tar.gz
0.7.0
https://github.com/adafruit/Adafruit-WebIDE/archive/0.7.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.6.0.tar.gz | tar xzf - --strip-components=1
curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.7.0.tar.gz | tar xzf - --strip-components=1

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

0 comments on commit ef2fe8f

Please sign in to comment.