Skip to content

Commit

Permalink
Build: Bump version to 1.1.0 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 10, 2024
1 parent d7a610a commit f389185
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is not an officially supported Google product.
Gradle:

```gradle
implementation 'me.zhanghai.compose.preference:library:1.0.0'
implementation 'me.zhanghai.compose.preference:library:1.1.0'
```

## Design
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Upgraded to Material3 1.3.0 with new Slider design.
- Added widgetContainer support for SliderPreference.
- TextFieldPreference no longer disables auto correction by default.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

GROUP=me.zhanghai.compose.preference
VERSION_NAME=1.0.0
VERSION_CODE=1
VERSION_NAME=1.1.0
VERSION_CODE=2

POM_DESCRIPTION=Compose Preference library
POM_URL=https://github.com/zhanghai/ComposePreference
Expand Down

0 comments on commit f389185

Please sign in to comment.