Skip to content

Commit 31f1545

Browse files
committed
bump version to 0.3.12
1 parent 9b2a272 commit 31f1545

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ On the Raspberry PI or BeagleBone Black (after expanding the file system):
1111

1212
Alternatively, you can install using the .deb file:
1313

14-
curl -O http://adafruit-download.s3.amazonaws.com/adafruitwebide-0.3.11-Linux.deb
15-
sudo dpkg -i adafruitwebide-0.3.11-Linux.deb
14+
curl -O http://adafruit-download.s3.amazonaws.com/adafruitwebide-0.3.12-Linux.deb
15+
sudo dpkg -i adafruitwebide-0.3.12-Linux.deb
1616
sudo apt-get -f install
1717

1818
Note: As part of the installation process, the 'webide' user is given access to sudo and sudoers,

config/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//Change github in /config.
55
exports.editor = {
66
"port": 80,
7-
"version": "0.3.11",
7+
"version": "0.3.12",
88
"version_url": "https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/release/version.txt",
99
"offline": false,
1010
"github": false

release/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-0.3.12
2+
Add missing cookie package
3+
14
-0.3.11
25
Fixes for installation errors
36
Fix some deprecated messages

release/version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
0.3.11
2-
http://adafruit-download.s3.amazonaws.com/webide-0.3.11-update.tar.gz
1+
0.3.12
2+
http://adafruit-download.s3.amazonaws.com/webide-0.3.12-update.tar.gz
33
https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/release/changelog.txt

scripts/deb/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ set(CPACK_PACKAGE_CONTACT "[email protected]")
2323
set(CPACK_PACKAGE_VENDOR "Adafruit")
2424
set(CPACK_PACKAGE_VERSION_MAJOR "0")
2525
set(CPACK_PACKAGE_VERSION_MINOR "3")
26-
set(CPACK_PACKAGE_VERSION_PATCH "11")
27-
set(CPACK_PACKAGE_VERSION "0.3.11")
26+
set(CPACK_PACKAGE_VERSION_PATCH "12")
27+
set(CPACK_PACKAGE_VERSION "0.3.12")
2828
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Adafruit WebIDE")
2929
set(CPACK_RESOURCE_FILE_README "${EDITOR_DIR}/README.md")
3030
set(CPACK_RESOURCE_FILE_LICENSE "${EDITOR_DIR}/GNU-AGPL-3.0")

scripts/install-angstrom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ echo "Attempting to force reload date and time from ntp server"
6868
/usr/bin/ntpdate -b -s -u pool.ntp.org
6969

7070
echo "**** Downloading the latest version of the WebIDE ****"
71-
curl -L http://adafruit-download.s3.amazonaws.com/webide-0.3.11.tar.gz | tar xzf -
71+
curl -L http://adafruit-download.s3.amazonaws.com/webide-0.3.12.tar.gz | tar xzf -
7272

7373
echo "**** Installing required libraries ****"
7474
echo "**** (redis-server git avahi-daemon i2c-tools python-smbus openssh-keygen) ****"

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ mkdir -p "$WEBIDE_HOME"
6565
cd "$WEBIDE_ROOT"
6666

6767
echo "**** Downloading the latest version of the WebIDE ****"
68-
curl -L http://adafruit-download.s3.amazonaws.com/webide-0.3.11.tar.gz | tar xzf -
68+
curl -L http://adafruit-download.s3.amazonaws.com/webide-0.3.12.tar.gz | tar xzf -
6969

7070
echo "**** Installing required libraries ****"
7171
echo "**** (redis-server git restartd libcap2-bin avahi-daemon i2c-tools python-smbus) ****"

0 commit comments

Comments
 (0)