From fd81decf10734095013f6e8aaddfcfc863b5139b Mon Sep 17 00:00:00 2001 From: Vitalii Samolovskikh Date: Sun, 28 Jul 2024 14:15:12 +0200 Subject: [PATCH] Fix REadME version and maven badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13446fe..5c95dea 100644 --- a/README.md +++ b/README.md @@ -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) @@ -24,7 +24,7 @@ Gradle or Maven file. ```kotlin dependencies { - testImplementation("dev.jmina:jmina:0.1.2") + testImplementation("dev.jmina:jmina:0.1.3") } ```