Skip to content

Commit cba1ef3

Browse files
committed
Updated Readme and build version
1 parent b555ed3 commit cba1ef3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val csvVersion = "0.15.2"
1212
val coroutineVersion = "1.4.3"
1313

1414
group = "io.github.blackmo18"
15-
version = "0.6.0"
15+
version = "0.7.1"
1616

1717
buildscript {
1818
repositories {

docs/README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<img src="./logo.png" alt="Kotlin-Grass"/>
22
<p>
33
<img alt="Kotlin" src="https://img.shields.io/badge/kotlin-1.4.32-teal.svg?logo=kotlin" />
4-
<a href="https://repo1.maven.org/maven2/io/github/blackmo18/kotlin-grass-jvm/0.6.0"/>
5-
<img alt="Latest: 0.6.0" src="https://img.shields.io/badge/Latest-0.6.0-blue.svg" target="_blank" />
4+
<a href="/>https://repo1.maven.org/maven2/io/github/blackmo18/kotlin-grass-jvm/0.7.1/">
5+
<img alt="Latest: 0.7.1" src="https://img.shields.io/badge/Latest-0.7.1-blue.svg" target="_blank" />
66
</a>
77
<a href="https://github.com/blackmo18/kotlin-grass/blob/master/LICENSE">
88
<img alt="License: Apache License 2.0" src="https://img.shields.io/badge/License-Apache License 2.0-orange.svg" target="_blank" />
@@ -66,7 +66,7 @@ implementation("io.github.blackmo18:kotlin-grass-jvm:0.6.0")
6666
<dependency>
6767
<groupId>io.github.blackmo18</groupId>
6868
<artifactId>kotlin-grass-jvm</artifactId>
69-
<version>0.6.0</version>
69+
<version>0.7.1</version>
7070
</dependency>
7171
```
7272

0 commit comments

Comments
 (0)