Skip to content

Commit 6715119

Browse files
committed
version 1.1
1 parent 236554b commit 6715119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The library artifact is available on JCenter.
1313

1414
Gradle:
1515
```kotlin
16-
implementation "com.floern.castingcsv:casting-csv-kt:1.0"
16+
implementation "com.floern.castingcsv:casting-csv-kt:1.1"
1717
```
1818

1919
### Example preliminaries

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val artifactGroup = "com.floern.castingcsv"
44
val artifactName = "casting-csv-kt"
5-
val artifactVersion = "1.0"
5+
val artifactVersion = "1.1"
66
val publicationName = "release"
77

88
buildscript {

0 commit comments

Comments
 (0)