Skip to content

Commit 05efbf3

Browse files
committed
Build: Bump version to 1.1.1 and add changelog
1 parent 911c2d3 commit 05efbf3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is not an officially supported Google product.
1515
Gradle:
1616

1717
```gradle
18-
implementation 'me.zhanghai.compose.preference:library:1.1.0'
18+
implementation 'me.zhanghai.compose.preference:library:1.1.1'
1919
```
2020

2121
## Design
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Removed widgetContainer support for SliderPreference which shouldn't have been added.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ SONATYPE_HOST=DEFAULT
2828
RELEASE_SIGNING_ENABLED=true
2929

3030
GROUP=me.zhanghai.compose.preference
31-
VERSION_NAME=1.1.0
32-
VERSION_CODE=2
31+
VERSION_NAME=1.1.1
32+
VERSION_CODE=3
3333

3434
POM_DESCRIPTION=Compose Preference library
3535
POM_URL=https://github.com/zhanghai/ComposePreference

0 commit comments

Comments
 (0)