From 0c5d48ab8b93a1fc857e875c76fd3d5b1f3d8acf Mon Sep 17 00:00:00 2001 From: doyaaaaaken Date: Sun, 24 May 2020 12:29:55 +0900 Subject: [PATCH] release v0.8.0 --- README.md | 8 ++++---- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index be48763..193aa99 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Welcome to kotlin-csv 👋

- Version + Version License: Apache License 2.0 @@ -35,10 +35,10 @@ gradle DSL: ``` //gradle kotlin DSL -implementation("com.github.doyaaaaaken:kotlin-csv-jvm:0.7.3") +implementation("com.github.doyaaaaaken:kotlin-csv-jvm:0.8.0") //gradle groovy DSL -implementation 'com.github.doyaaaaaken:kotlin-csv-jvm:0.7.3' +implementation 'com.github.doyaaaaaken:kotlin-csv-jvm:0.8.0' ``` maven: @@ -46,7 +46,7 @@ maven: com.github.doyaaaaaken kotlin-csv-jvm - 0.7.3 + 0.8.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index f7c4774..7915cd8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.github.doyaaaaaken" -version = "0.7.3" +version = "0.8.0" buildscript { repositories {