From d01ed28f40ee62b06cf2a28d5c1fad91fc8aa36f Mon Sep 17 00:00:00 2001 From: Zhixuan Lai Date: Thu, 17 Jan 2019 20:47:41 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95cc0cb1..1c03e75b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Retrofit inspired WebSocket client for Kotlin, Java, and Android. Update --- -We are working on a new version of Scarlet that supports other persistent connection protocols: ServerSentEvent, Socket IO, STOMP, and MQTT. It can be found on the [`0.2.x`](https://github.com/Tinder/Scarlet/tree/0.2.x) branch and is available at `com.github.tinder:scarlet:0.2.1-alpha4`. +We are working on a new version of Scarlet that supports other persistent connection protocols: ServerSentEvent, Socket IO, STOMP, and MQTT. It can be found on the [`0.2.x`](https://github.com/Tinder/Scarlet/tree/0.2.x) branch. Tutorial