Skip to content

Commit

Permalink
Bumping version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Mar 15, 2019
1 parent 13967bf commit 4d7e6ec
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## 1.1.1 - 2019-03-15
* Upgrade Raspbian

## 1.1.0 - 2019-01-20
* Update from home

Expand Down
5 changes: 4 additions & 1 deletion src/Client/ReleaseNotes.fs
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
module internal ReleaseNotes

let Version = "1.1.0"
let Version = "1.1.1"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.1.1 - 2019-03-15
* Upgrade Raspbian
## 1.1.0 - 2019-01-20
* Update from home
Expand Down
2 changes: 2 additions & 0 deletions src/PiServer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ log_action_end_msg $?
log_action_begin_msg "Updating packages "
log_action_cont_msg " apt update "
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
log_action_end_msg $?
Expand Down
2 changes: 2 additions & 0 deletions src/PiServer/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ if [ -e $DEFAULTS ]; then
log_action_begin_msg "Updating packages "
log_action_cont_msg " apt update "
apt-get -qq update
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
log_action_end_msg $?
Expand Down

0 comments on commit 4d7e6ec

Please sign in to comment.