Skip to content

Commit 16e88bd

Browse files
ci: Update README badges [skip ci]
1 parent 29d989b commit 16e88bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="docs/icon.svg" width="128" height="128" alt="JsonCMP Icon"/>
55
</p>
66

7-
[![Build](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml/badge.svg)](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml) [![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml) [![Maven Central](https://img.shields.io/badge/maven--central-1.0.0--beta1-blue)](https://central.sonatype.com/artifact/dev.skymansandy/json-cmp)
7+
[![Build](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml/badge.svg)](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml) [![Coverage](https://img.shields.io/badge/coverage-0%25-red)](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml) [![Maven Central](https://img.shields.io/badge/maven--central-1.0.0--RC1-blue)](https://central.sonatype.com/artifact/dev.skymansandy/json-cmp)
88

99
Kotlin Multiplatform Compose JSON viewer and editor component for Android, iOS, and JVM Desktop.
1010

@@ -37,7 +37,7 @@ Then add the dependency:
3737
```kotlin
3838
// build.gradle.kts
3939
dependencies {
40-
implementation("dev.skymansandy:json-cmp:1.0.0-beta1")
40+
implementation("dev.skymansandy:json-cmp:1.0.0-RC1")
4141
}
4242
```
4343

0 commit comments

Comments
 (0)