diff --git a/README.md b/README.md index a6ecf68..e6d5a0a 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ repositories { } } dependencies { - implementation 'app.cash.inject:inflation-inject:1.0.0-SNAPSHOT' - annotationProcessor 'app.cash.inject:inflation-inject-processor:1.0.0-SNAPSHOT' + implementation 'app.cash.inject:inflation-inject:1.1.0-SNAPSHOT' + annotationProcessor 'app.cash.inject:inflation-inject-processor:1.1.0-SNAPSHOT' } ``` diff --git a/gradle.properties b/gradle.properties index b46202d..9140054 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.inject -VERSION_NAME=1.0.0 +VERSION_NAME=1.1.0-SNAPSHOT POM_DESCRIPTION=Constructor-inject views during layout inflation