File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313Fast, deterministic integer permutation library for Kotlin.
1414
15- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.eignex/kpermute.svg?label=Maven%20Central )] ( https://central.sonatype.com/artifact/com.eignex/kpermute/1.1.1 )
15+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.eignex/kpermute.svg?label=Maven%20Central )] ( https://central.sonatype.com/artifact/com.eignex/kpermute/1.1.2 )
1616[ ![ Build] ( https://github.com/eignex/kpermute/actions/workflows/build.yml/badge.svg )] ( https://github.com/eignex/kpermute/actions/workflows/build.yml )
1717[ ![ codecov] ( https://codecov.io/gh/eignex/kpermute/branch/main/graph/badge.svg )] ( https://codecov.io/gh/eignex/kpermute )
1818[ ![ License] ( https://img.shields.io/github/license/eignex/kpermute )] ( https://github.com/eignex/kpermute/blob/main/LICENSE )
@@ -48,7 +48,7 @@ Typical use cases:
4848Add the dependency from Maven Central:
4949
5050``` kotlin
51- implementation(" com.eignex:kpermute:1.1.1 " )
51+ implementation(" com.eignex:kpermute:1.1.2 " )
5252```
5353
5454---
Original file line number Diff line number Diff line change 11plugins {
2- id(" com.eignex.kmp" ) version " 1.1.1 "
2+ id(" com.eignex.kmp" ) version " 1.1.4 "
33}
44
55eignexPublish {
You can’t perform that action at this time.
0 commit comments