diff --git a/README.md b/README.md index f124530..49d04c8 100644 --- a/README.md +++ b/README.md @@ -34,22 +34,22 @@ ___ - Your favorite IDE ## Installation -Just download the package from [here](http://central.maven.org/maven2/com/ramotion/garlandview/garland-view/0.3.2/garland-view-0.3.2.aar) and add it to your project classpath, or just use the maven repo: +Just download the package from [here](http://central.maven.org/maven2/com/ramotion/garlandview/garland-view/0.3.3/garland-view-0.3.3.aar) and add it to your project classpath, or just use the maven repo: Gradle: ```groovy -compile 'com.ramotion.garlandview:garland-view:0.3.2' +compile 'com.ramotion.garlandview:garland-view:0.3.3' ``` SBT: ```scala -libraryDependencies += "com.ramotion.garlandview" % "garland-view" % "0.3.2" +libraryDependencies += "com.ramotion.garlandview" % "garland-view" % "0.3.3" ``` Maven: ```xml com.ramotion.garlandview garland-view - 0.3.2 + 0.3.3 ```