Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Dec 10, 2020
1 parent 1e65de9 commit 63bbd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ show advanced info like back handling, saving/restoring scroll position, and usi
ModernAndroidPreferences is on [Bintray](https://bintray.com/maxr1998/maven/ModernAndroidPreferences), so you can get it like any other dependency via JCenter:
```gradle
dependencies {
implementation 'de.Maxr1998.android:modernpreferences:1.0'
implementation 'de.Maxr1998.android:modernpreferences:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

// Versions
val libraryVersion = "1.1.0-beta1"
val libraryVersion = "1.1.0"
val libraryName = "modernpreferences"
val bintrayLibraryName = "ModernAndroidPreferences"

Expand Down

0 comments on commit 63bbd16

Please sign in to comment.