diff --git a/README.md b/README.md index 8608bb0..eb97e97 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ repositories { ```java dependencies { - compile 'com.github.BlackBoxVision:material-calendar-view:v1.5.3' + compile 'com.github.BlackBoxVision:material-calendar-view:v1.5.4' } ``` **Maven** @@ -53,7 +53,7 @@ dependencies { com.github.BlackBoxVision material-calendar-view - v1.5.3 + v1.5.4 ``` **SBT** @@ -67,7 +67,7 @@ resolvers += "jitpack" at "https://jitpack.io" - Add the dependency in the form: ```java -libraryDependencies += "com.github.BlackBoxVision" % "material-calendar-view" % "v1.5.3" +libraryDependencies += "com.github.BlackBoxVision" % "material-calendar-view" % "v1.5.4" ``` ## Usage example