Skip to content

Commit

Permalink
Fix REadME version and maven badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kefirfromperm committed Jul 28, 2024
1 parent a61943b commit fd81dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JMina for unit tests

[![build](https://github.com/kefirfromperm/jmina/actions/workflows/build.yml/badge.svg)](https://github.com/kefirfromperm/jmina/actions/workflows/build.yml)
[![GitHub Release](https://img.shields.io/github/v/release/kefirfromperm/jmina)](https://github.com/kefirfromperm/jmina/packages/2209486)
[![Maven Central Version](https://img.shields.io/maven-central/v/dev.jmina/jmina)](https://central.sonatype.com/artifact/dev.jmina/jmina)
[![GitHub License](https://img.shields.io/github/license/kefirfromperm/jmina)](LICENSE)
[![javadoc](https://javadoc.io/badge2/dev.jmina/jmina/javadoc.svg)](https://javadoc.io/doc/dev.jmina/jmina)

Expand All @@ -24,7 +24,7 @@ Gradle or Maven file.

```kotlin
dependencies {
testImplementation("dev.jmina:jmina:0.1.2")
testImplementation("dev.jmina:jmina:0.1.3")
}
```

Expand Down

0 comments on commit fd81dec

Please sign in to comment.