Skip to content

Commit 27279f1

Browse files
committed
Bumping version to 1.5.5
1 parent 80b5617 commit 27279f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## 1.5.4 - 2019-08-20
3+
## 1.5.5 - 2019-08-20
44
* Sonos support
55

66
## 1.4.22 - 2019-08-20

src/Client/ReleaseNotes.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module internal ReleaseNotes
22

3-
let Version = "1.5.4"
3+
let Version = "1.5.5"
44

55
let IsPrerelease = false
66

77
let Notes = """
88
# Release Notes
99
10-
## 1.5.4 - 2019-08-20
10+
## 1.5.5 - 2019-08-20
1111
* Sonos support
1212
1313
## 1.4.22 - 2019-08-20

src/Server/Server.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ let createOrJoinSession (log:ILogger) accessToken group = task {
173173
let url = sprintf "https://api.ws.sonos.com/control/api/v1/groups/%s/playbackSession/joinOrCreate" group
174174
let body = """{
175175
"appId": "com.Forkmann.AudioHub",
176-
"appContext": "1a2b3c24b",
176+
"appContext": "1a2b3c",
177177
"customData": "playlistid:12345"
178178
}"""
179179

0 commit comments

Comments
 (0)