Skip to content

Commit

Permalink
Build: Bump version to 1.1.1 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 10, 2024
1 parent 911c2d3 commit 05efbf3
Show file tree
Hide file tree
Showing 3 changed files with 4 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.1.0'
implementation 'me.zhanghai.compose.preference:library:1.1.1'
```

## Design
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Removed widgetContainer support for SliderPreference which shouldn't have been added.
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.1.0
VERSION_CODE=2
VERSION_NAME=1.1.1
VERSION_CODE=3

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

0 comments on commit 05efbf3

Please sign in to comment.