Skip to content

Commit 27c2b66

Browse files
authored
Merge pull request #3 from danbeldev/develop
version 1.0.2
2 parents 50a4878 + a075710 commit 27c2b66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div align="center">
88

9-
[![Maven Central](https://badgen.net/badge/Maven%20Central/v1.0.1/blue?icon=github)](https://central.sonatype.com/artifact/io.github.danbeldev/alice-ktx)
9+
[![Maven Central](https://badgen.net/badge/Maven%20Central/v1.0.2/blue?icon=github)](https://central.sonatype.com/artifact/io.github.danbeldev/alice-ktx)
1010
[![License](https://img.shields.io/github/license/danbeldev/alice-ktx)](https://github.com/danbeldev/alice-ktx/blob/master/LICENSE)
1111
![Last commit](https://img.shields.io/github/last-commit/danbeldev/alice-ktx)
1212
[![Coverage](https://codecov.io/gh/danbeldev/alice-ktx/branch/master/graph/badge.svg)](https://codecov.io/gh/danbeldev/alice-ktx)

alice-ktx/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "com.github.alice.ktx"
12-
version = "1.0.1"
12+
version = "1.0.2"
1313

1414
project.setProperty("mainClassName", "com.github.alice.ktx.Skill")
1515

@@ -41,7 +41,7 @@ mavenPublishing {
4141
coordinates(
4242
groupId = "io.github.danbeldev",
4343
artifactId = "alice-ktx",
44-
version = "1.0.1"
44+
version = "1.0.2"
4545
)
4646

4747
pom {

0 commit comments

Comments
 (0)