Skip to content

Commit

Permalink
Bumping version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Mar 15, 2019
1 parent 4d7e6ec commit 64e36a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.1 - 2019-03-15
## 1.1.2 - 2019-03-15
* 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.1"
let Version = "1.1.2"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.1.1 - 2019-03-15
## 1.1.2 - 2019-03-15
* Upgrade Raspbian
## 1.1.0 - 2019-01-20
Expand Down
2 changes: 2 additions & 0 deletions src/Shared/Shared.fs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ type TagActionForBox =
TagActionForBox.StopMusik
else
let pos = position % urls.Length
if pos > urls.Length - 1 || pos < 0 then
failwithf "Urls.Length %d but index is %d" urls.Length pos
TagActionForBox.PlayMusik urls.[pos]
| _ -> failwithf "Can't convert %A" action

Expand Down

0 comments on commit 64e36a1

Please sign in to comment.