We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236554b commit 6715119Copy full SHA for 6715119
README.md
@@ -13,7 +13,7 @@ The library artifact is available on JCenter.
13
14
Gradle:
15
```kotlin
16
-implementation "com.floern.castingcsv:casting-csv-kt:1.0"
+implementation "com.floern.castingcsv:casting-csv-kt:1.1"
17
```
18
19
### Example preliminaries
build.gradle.kts
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
val artifactGroup = "com.floern.castingcsv"
4
val artifactName = "casting-csv-kt"
5
-val artifactVersion = "1.0"
+val artifactVersion = "1.1"
6
val publicationName = "release"
7
8
buildscript {
0 commit comments