diff --git a/README.md b/README.md index a2a6d25..9d91ba3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This library makes it easy to implement a [Backdrop](https://material.io/design/ **JCenter (Recommended):** ```groovy dependencies { - implementation 'ru.semper-viventem.backdrop:backdrop:0.1.1' + implementation 'ru.semper-viventem.backdrop:backdrop:0.1.2' } ``` *or* @@ -28,7 +28,7 @@ repositories { } dependencies { - implementation 'com.github.Semper-Viventem:BackdropView:0.1.1' + implementation 'com.github.Semper-Viventem:BackdropView:0.1.2' } ``` diff --git a/backdrop/build.gradle b/backdrop/build.gradle index b7d8302..331b605 100644 --- a/backdrop/build.gradle +++ b/backdrop/build.gradle @@ -20,7 +20,7 @@ ext { siteUrl = 'https://github.com/Semper-Viventem/BackdropView' gitUrl = 'https://github.com/Semper-Viventem/BackdropView' - libraryVersion = '0.1.1' + libraryVersion = '0.1.2' developerId = 'semper-viventem' developerName = 'constantine'