Skip to content

Commit ff93301

Browse files
committed
Bumping version to 1.4.11
1 parent ce1ac29 commit ff93301

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## 1.4.10 - 2019-06-28
3+
## 1.4.11 - 2019-06-28
44
* Update deps
55
* Use --self-contained for Firmware
66
* Hook into view

src/Client/ReleaseNotes.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module internal ReleaseNotes
22

3-
let Version = "1.4.10"
3+
let Version = "1.4.11"
44

55
let IsPrerelease = false
66

77
let Notes = """
88
# Release Notes
99
10-
## 1.4.10 - 2019-06-28
10+
## 1.4.11 - 2019-06-28
1111
* Update deps
1212
* Use --self-contained for Firmware
1313
* Hook into view

src/PiServer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apt-get -qq update
2626
log_action_cont_msg " apt upgrade "
2727
apt-get -qq upgrade
2828
log_action_cont_msg " apt install "
29-
sudo apt-get install -y curl libunwind8 gettext apt-transport-https omxplayer npm unzip
29+
sudo apt-get install -y curl libunwind8 gettext apt-transport-https omxplayer wiringpi npm unzip
3030
log_action_end_msg $?
3131

3232
if [ -e $SCRIPTROOT/$PROJECTNAME ]; then

src/PiServer/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ -e $DEFAULTS ]; then
3636
log_action_cont_msg " apt upgrade "
3737
apt-get -qq upgrade
3838
log_action_cont_msg " apt install "
39-
apt-get -qq install curl libunwind8 gettext apt-transport-https omxplayer npm unzip
39+
apt-get -qq install curl libunwind8 gettext apt-transport-https omxplayer wiringpi npm unzip
4040
log_action_end_msg $?
4141

4242
log_action_begin_msg "Updating"

0 commit comments

Comments
 (0)