From 8b141a57cfc4188741ed2a687f213369a111f457 Mon Sep 17 00:00:00 2001 From: Andrey Pfau Date: Sun, 23 Oct 2022 13:53:30 +0300 Subject: [PATCH] update badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7da2b38..9fec1b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # curve25519-kotlin -[![Maven Central](https://img.shields.io/maven-central/v/io.github.andreypfau/curve25519-kotlin.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.github.andreypfau/curve25519-kotlin) +[![Maven Central](https://img.shields.io/maven-central/v/io.github.andreypfau/curve25519-kotlin.svg)](https://search.maven.org/artifact/io.github.andreypfau/curve25519-kotlin/0.0.4/pom) [![Kotlin](https://img.shields.io/badge/kotlin-1.7.20-blue.svg?logo=kotlin)](http://kotlinlang.org) **A pure Kotlin/Multiplatform implementation of group operations on Curve25519.**