Skip to content

Commit

Permalink
Bumping version to 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 28, 2019
1 parent ce1ac29 commit ff93301
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 1.4.10 - 2019-06-28
## 1.4.11 - 2019-06-28
* Update deps
* Use --self-contained for Firmware
* Hook into view
Expand Down
4 changes: 2 additions & 2 deletions src/Client/ReleaseNotes.fs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module internal ReleaseNotes

let Version = "1.4.10"
let Version = "1.4.11"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.4.10 - 2019-06-28
## 1.4.11 - 2019-06-28
* Update deps
* Use --self-contained for Firmware
* Hook into view
Expand Down
2 changes: 1 addition & 1 deletion src/PiServer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apt-get -qq update
log_action_cont_msg " apt upgrade "
apt-get -qq upgrade
log_action_cont_msg " apt install "
sudo apt-get install -y curl libunwind8 gettext apt-transport-https omxplayer npm unzip
sudo apt-get install -y curl libunwind8 gettext apt-transport-https omxplayer wiringpi npm unzip
log_action_end_msg $?

if [ -e $SCRIPTROOT/$PROJECTNAME ]; then
Expand Down
2 changes: 1 addition & 1 deletion src/PiServer/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ -e $DEFAULTS ]; then
log_action_cont_msg " apt upgrade "
apt-get -qq upgrade
log_action_cont_msg " apt install "
apt-get -qq install curl libunwind8 gettext apt-transport-https omxplayer npm unzip
apt-get -qq install curl libunwind8 gettext apt-transport-https omxplayer wiringpi npm unzip
log_action_end_msg $?

log_action_begin_msg "Updating"
Expand Down

0 comments on commit ff93301

Please sign in to comment.