Skip to content

Commit 4d4e501

Browse files
authored
chore: pre-release 1.1.1 (#87)
* chore: pre-release 1.1.1 * docs: point Maven Central badge at the jindong-compose coordinate
1 parent a9b3278 commit 4d4e501

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p align="center">
1010
<a href="https://github.com/user/jindong/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License" /></a>
11-
<img alt="Maven Central Version" src="https://img.shields.io/maven-central/v/io.github.compose-jindong/jindong">
11+
<a href="https://central.sonatype.com/artifact/io.github.compose-jindong/jindong-compose"><img alt="Maven Central Version" src="https://img.shields.io/maven-central/v/io.github.compose-jindong/jindong-compose?label=maven-central"></a>
1212
<a href="https://kotlinweekly.net/"><img src="https://img.shields.io/badge/Kotlin%20Weekly-%23493%2C%20%23496-blue.svg" alt="Kotlin Weekly" /></a>
1313
<a href="https://androidweekly.net/issues/issue-710"><img alt="Badge" height="20px" src="https://androidweekly.net/issues/issue-710/badge"></a>
1414
</p>

jindong-compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apiValidation {
3333
}
3434

3535
group = "io.github.compose-jindong"
36-
version = "1.1.0"
36+
version = "1.1.1"
3737

3838
kotlin {
3939
androidLibrary {

jindong-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apiValidation {
3333
}
3434

3535
group = "io.github.compose-jindong"
36-
version = "1.1.0"
36+
version = "1.1.1"
3737

3838
kotlin {
3939
androidLibrary {

0 commit comments

Comments
 (0)