From 955382eb8fb43678509cf88a7567d2100ca3c101 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Fri, 18 Aug 2017 18:57:56 -0400 Subject: [PATCH] Update starscream version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa24d2..65a4e0b 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Then import `import SocketIO`. ### Carthage Add these line to your `Cartfile`: ``` -github "nuclearace/Starscream" ~> 8.0.2 +github "nuclearace/Starscream" ~> 8.0.3 github "socketio/socket.io-client-swift" ~> 11.1.0 # Or latest version ```