Skip to content

Commit

Permalink
Build: Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 22, 2024
1 parent a0aa057 commit 8d8f1d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A backport of java.nio.file API (JSR 203) for Android.

```gradle
dependencies {
implementation 'me.zhanghai.android.retrofile:library:1.1.1'
implementation 'me.zhanghai.android.retrofile:library:1.2.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

GROUP=me.zhanghai.android.retrofile
VERSION_NAME=1.1.1
VERSION_CODE=3
VERSION_NAME=1.2.0
VERSION_CODE=4

POM_DESCRIPTION=Backport of java.nio.file API (JSR 203) for Android
POM_URL=https://github.com/zhanghai/AndroidRetroFile
Expand Down

0 comments on commit 8d8f1d3

Please sign in to comment.