Skip to content

Commit

Permalink
Bumping version to 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Mar 17, 2019
1 parent becbe4d commit 5849e2d
Show file tree
Hide file tree
Showing 3 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.1.9 - 2019-03-16
## 1.1.11 - 2019-03-16
* Upgrade Raspbian

## 1.1.0 - 2019-01-20
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.1.9"
let Version = "1.1.11"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.1.9 - 2019-03-16
## 1.1.11 - 2019-03-16
* Upgrade Raspbian
## 1.1.0 - 2019-01-20
Expand Down
4 changes: 2 additions & 2 deletions src/PiServer/PiServer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ let rfidLoop (dispatch,nodeServices:INodeServices) = task {

use _nextButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio04], fun () -> dispatch NextMediaFile)
use _previousButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio18], fun () -> dispatch PreviousMediaFile)
use _volumeDownButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio16], fun () -> dispatch VolumeDown)
use _volumeUpButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio20], fun () -> dispatch VolumeUp)
use _volumeDownButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio26], fun () -> dispatch VolumeDown)
use _volumeUpButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio12], fun () -> dispatch VolumeUp)

log.InfoFormat("Waiting for RFID cards or NFC tags...")
while true do
Expand Down

0 comments on commit 5849e2d

Please sign in to comment.