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

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Jan 7, 2023
1 parent 6d078c9 commit 1ead870
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 @@ -12,7 +12,7 @@ SavedState-KTX is an Android library that contains Kotlin extensions for `SavedS

```groovy
dependencies {
implementation "io.woong.savedstate:savedstate-ktx:1.0.0"
implementation "io.woong.savedstate:savedstate-ktx:1.1.0"
}
```

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

allprojects {
group = "io.woong.savedstate"
version = "1.0.0"
version = "1.1.0"

repositories {
google()
Expand Down

0 comments on commit 1ead870

Please sign in to comment.