Skip to content

Commit

Permalink
Merge pull request #5 from doyaaaaaken/release-v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
doyaaaaaken authored Aug 18, 2019
2 parents 164e80f + b3d30ee commit ffca4bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Welcome to kotlin-csv 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.3.0-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.4.0-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/doyaaaaaken/kotlin-csv/blob/master/LICENSE">
<img alt="License: Apache License 2.0" src="https://img.shields.io/badge/License-Apache License 2.0-yellow.svg" target="_blank" />
</a>
Expand All @@ -21,20 +21,20 @@

gradle kotlin DSL:
```
implementation("com.github.doyaaaaaken:kotlin-csv:0.3.0")
implementation("com.github.doyaaaaaken:kotlin-csv:0.4.0")
```

gradle groovy DSL:
```
implementation 'com.github.doyaaaaaken:kotlin-csv:0.3.0'
implementation 'com.github.doyaaaaaken:kotlin-csv:0.4.0'
```

maven:
```
<dependency>
<groupId>com.github.doyaaaaaken</groupId>
<artifactId>kotlin-csv</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.github.doyaaaaaken"
version = "0.3.0"
version = "0.4.0"

buildscript {
repositories {
Expand Down

0 comments on commit ffca4bf

Please sign in to comment.