Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Nov 3, 2019
1 parent 50e5224 commit 6db4088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ repositories {
dependencies {
// The base library. If you're using either the dbx and/or ktx libraries, you don't need this
implementation "dev.chrisbanes:insetter:0.1.1"
implementation "dev.chrisbanes:insetter:0.2.0"
// If you're using data-binding use this
implementation "dev.chrisbanes:insetter-dbx:0.1.1"
implementation "dev.chrisbanes:insetter-dbx:0.2.0"
// If you're using Kotlin use this too
implementation "dev.chrisbanes:insetter-ktx:0.1.1"
implementation "dev.chrisbanes:insetter-ktx:0.2.0"
// If you would like to use the enhanced widget set, use this
implementation "dev.chrisbanes:insetter-widgets:0.1.1"
implementation "dev.chrisbanes:insetter-widgets:0.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android.useAndroidX=true
android.enableJetifier=true

GROUP=dev.chrisbanes
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_NAME=0.2.0

POM_DESCRIPTION=Helper functions for handling WindowInsets on Android.

Expand Down

0 comments on commit 6db4088

Please sign in to comment.