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 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Oct 13, 2019
1 parent 90fe0b2 commit 8853f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ 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.0.2"
implementation "dev.chrisbanes:insetter:0.0.3"
// If you're using data-binding use this
implementation "dev.chrisbanes:insetter-dbx:0.0.2"
implementation "dev.chrisbanes:insetter-dbx:0.0.3"
// If you're using Kotlin use this too
implementation "dev.chrisbanes:insetter-ktx:0.0.2"
implementation "dev.chrisbanes:insetter-ktx:0.0.3"
}
```

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.0.3-SNAPSHOT
VERSION_NAME=0.0.3

POM_DESCRIPTION=Helper functions for handling WindowInsets on Android.

Expand Down

0 comments on commit 8853f45

Please sign in to comment.