Skip to content

Commit

Permalink
Bumping version to 1.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Aug 21, 2019
1 parent c7c1eb6 commit 8bc664b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/runtime:latest
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS runtime
COPY /deploy .
WORKDIR .
EXPOSE 8085
Expand Down
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.5.19 - 2019-08-21
## 1.5.20 - 2019-08-21
* Sonos support
* Removed Youtube

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "sdk": { "version": "2.2.300" } }
{ "sdk": { "version": "2.2.401" } }
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.5.19"
let Version = "1.5.20"

let IsPrerelease = false

let Notes = """
# Release Notes
## 1.5.19 - 2019-08-21
## 1.5.20 - 2019-08-21
* Sonos support
* Removed Youtube
Expand Down

0 comments on commit 8bc664b

Please sign in to comment.