File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >Welcome to kotlin-csv 👋</h1 >
2
2
<p >
3
- <img alt =" Version " src =" https://img.shields.io/badge/version-0.11.0 -blue.svg?cacheSeconds=2592000 " />
3
+ <img alt =" Version " src =" https://img.shields.io/badge/version-0.11.1 -blue.svg?cacheSeconds=2592000 " />
4
4
<a href =" https://github.com/doyaaaaaken/kotlin-csv/blob/master/LICENSE " >
5
5
<img alt="License: Apache License 2.0" src="https://img.shields.io/badge/License-Apache License 2.0-yellow.svg" target="_blank" />
6
6
</a >
35
35
gradle DSL:
36
36
```
37
37
//gradle kotlin DSL
38
- implementation("com.github.doyaaaaaken:kotlin-csv-jvm:0.11.0 ")
38
+ implementation("com.github.doyaaaaaken:kotlin-csv-jvm:0.11.1 ")
39
39
40
40
//gradle groovy DSL
41
- implementation 'com.github.doyaaaaaken:kotlin-csv-jvm:0.11.0 '
41
+ implementation 'com.github.doyaaaaaken:kotlin-csv-jvm:0.11.1 '
42
42
```
43
43
44
44
maven:
45
45
```
46
46
<dependency>
47
47
<groupId>com.github.doyaaaaaken</groupId>
48
48
<artifactId>kotlin-csv-jvm</artifactId>
49
- <version>0.11.0 </version>
49
+ <version>0.11.1 </version>
50
50
</dependency>
51
51
```
52
52
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
group = " com.github.doyaaaaaken"
11
- version = " 0.11.0 "
11
+ version = " 0.11.1 "
12
12
13
13
buildscript {
14
14
repositories {
You can’t perform that action at this time.
0 commit comments