Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Prepare next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 28, 2021
1 parent d668ab2 commit 4ca3bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4ca3bdb

Please sign in to comment.