Skip to content

Commit 53c09a1

Browse files
ci: Update README badges [skip ci]
1 parent 2380378 commit 53c09a1

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-0%25-red)](https://github.com/skymansandy/jsonCMP/actions/workflows/deploy.yml) [![Maven Central](https://img.shields.io/badge/maven--central-1.0.0--RC2-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--RC3-blue)](https://central.sonatype.com/artifact/dev.skymansandy/json-cmp)
88

99
<p align="center">
1010
<img src="docs/hero.png" alt="JsonCMP — JSON Viewer/Editor for Compose Multiplatform"/>
@@ -47,7 +47,7 @@ Then add the dependency:
4747
```kotlin
4848
// build.gradle.kts
4949
dependencies {
50-
implementation("dev.skymansandy:json-cmp:1.0.0-RC2")
50+
implementation("dev.skymansandy:json-cmp:1.0.0-RC3")
5151
}
5252
```
5353

0 commit comments

Comments
 (0)