Skip to content

Commit

Permalink
Bumping version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Oct 8, 2018
1 parent df87807 commit 6ed1eea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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

## 0.1.2 - 2018-10-05
## 0.1.3 - 2018-10-08

* Stream from Azure Blob Storage

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 = "0.1.2"
let Version = "0.1.3"

let IsPrerelease = false

let Notes = """
# Release Notes
## 0.1.2 - 2018-10-05
## 0.1.3 - 2018-10-08
* Stream from Azure Blob Storage
Expand Down
3 changes: 2 additions & 1 deletion src/Server/Server.fs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ let startupEndpoint =
pipeline {
set_header "Content-Type" "application/json"
plug (fun next ctx -> task {
let actions = [TagAction.PlayBlobMusik (System.Guid "d97cdddb-8a19-4690-8ba5-b8ea43d3641f")]
let! sas = getSASMediaLink "d97cdddb-8a19-4690-8ba5-b8ea43d3641f"
let actions = [TagAction.PlayMusik sas]

let txt =
actions
Expand Down

0 comments on commit 6ed1eea

Please sign in to comment.