diff --git a/README.md b/README.md index b2a888f..9422ccf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Welcome to kotlin-csv 👋

- Version + Version License: Apache License 2.0 @@ -21,12 +21,12 @@ gradle kotlin DSL: ``` -implementation("com.github.doyaaaaaken:kotlin-csv:0.6.0") +implementation("com.github.doyaaaaaken:kotlin-csv:0.6.1") ``` gradle groovy DSL: ``` -implementation 'com.github.doyaaaaaken:kotlin-csv:0.6.0' +implementation 'com.github.doyaaaaaken:kotlin-csv:0.6.1' ``` maven: @@ -34,7 +34,7 @@ maven: com.github.doyaaaaaken kotlin-csv - 0.6.0 + 0.6.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index d4b6cb4..ae37349 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.github.doyaaaaaken" -version = "0.6.0" +version = "0.6.1" buildscript { repositories {