Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Oct 27, 2022
1 parent cceb760 commit b280564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.5/pom)
[![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.6/pom)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Kotlin](https://img.shields.io/badge/kotlin-1.7.20-blue.svg?logo=kotlin)](http://kotlinlang.org)

Expand All @@ -10,7 +10,7 @@

```kotlin
dependencies {
implementation("io.github.andreypfau:curve25519-kotlin:0.0.5")
implementation("io.github.andreypfau:curve25519-kotlin:0.0.6")
}
```

Expand All @@ -20,7 +20,7 @@ dependencies {
<dependency>
<groupId>io.github.andreypfau</groupId>
<artifactId>curve25519-kotlin-jvm</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ kotlin {
useJUnitPlatform()
}
}
js {
js(BOTH) {
nodejs {
testTask {
useMocha()
Expand Down

0 comments on commit b280564

Please sign in to comment.