Skip to content

Commit 973806c

Browse files
committed
fix: bump plugin to 1.1.4 to fix broken release
1 parent 5edba80 commit 973806c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Fast, 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:
4848
Add 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
---

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.eignex.kmp") version "1.1.1"
2+
id("com.eignex.kmp") version "1.1.4"
33
}
44

55
eignexPublish {

0 commit comments

Comments
 (0)