From fd9b0c1ad1e18ea6aa0bab947bc838264bc88eaa Mon Sep 17 00:00:00 2001 From: nkzawa Date: Thu, 15 Oct 2015 00:27:57 +0900 Subject: [PATCH] add warning for package name --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3277f68..67d0cd7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ See also: ## Installation The latest artifact is available on Maven Central. You'll also need [dependencies](http://socketio.github.io/socket.io-client-java/dependencies.html) to install. +**WARNING: The package name was changed to "io.socket" on v0.6.1 or later. Please make sure to update your dependency settings.** + ### Maven Add the following dependency to your `pom.xml`.