Skip to content

Commit b0670dd

Browse files
committed
bump up version
1 parent 6fc35a4 commit b0670dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Welcome to kotlin-csv 👋</h1>
22
<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" />
44
<a href="https://github.com/doyaaaaaken/kotlin-csv/blob/master/LICENSE">
55
<img alt="License: Apache License 2.0" src="https://img.shields.io/badge/License-Apache License 2.0-yellow.svg" target="_blank" />
66
</a>
@@ -35,18 +35,18 @@
3535
gradle DSL:
3636
```
3737
//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")
3939
4040
//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'
4242
```
4343

4444
maven:
4545
```
4646
<dependency>
4747
<groupId>com.github.doyaaaaaken</groupId>
4848
<artifactId>kotlin-csv-jvm</artifactId>
49-
<version>0.11.0</version>
49+
<version>0.11.1</version>
5050
</dependency>
5151
```
5252

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.github.doyaaaaaken"
11-
version = "0.11.0"
11+
version = "0.11.1"
1212

1313
buildscript {
1414
repositories {

0 commit comments

Comments
 (0)