Skip to content

Commit

Permalink
Bumping version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 21, 2018
1 parent 5b470f6 commit f04ee57
Show file tree
Hide file tree
Showing 3 changed files with 4 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

## 1.0.4 - 2018-12-21
## 1.0.5 - 2018-12-21
* Christmas edition

## 0.16.25 - 2018-12-18
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.0.4"
let Version = "1.0.5"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.0.4 - 2018-12-21
## 1.0.5 - 2018-12-21
* Christmas edition
## 0.16.25 - 2018-12-18
Expand Down
2 changes: 1 addition & 1 deletion src/Server/Server.fs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ let youtubeEndpoint =
pipeline {
set_header "Content-Type" "application/json"
plug (fun next ctx -> task {
let! _,urls = discoverYoutubeLink "https://www.youtube.com/watch?v=2zCtErDjP2U"
let! _,urls = discoverYoutubeLink "https://www.youtube.com/watch?v=DeTePthFfDY"
let txt = sprintf "%A" urls
return! setBodyFromString txt next ctx
})
Expand Down

0 comments on commit f04ee57

Please sign in to comment.