diff --git a/docs/src/content/docs/guides/quickstart.mdx b/docs/src/content/docs/guides/quickstart.mdx index 52e4a1c0..c7a3ebf3 100644 --- a/docs/src/content/docs/guides/quickstart.mdx +++ b/docs/src/content/docs/guides/quickstart.mdx @@ -15,7 +15,7 @@ To get started with FastCSV, add the following dependency to your project: ```kotlin // build.gradle.kts dependencies { - implementation("de.siegmar:fastcsv:3.3.0") + implementation("de.siegmar:fastcsv:3.3.1") } ``` @@ -23,7 +23,7 @@ To get started with FastCSV, add the following dependency to your project: ```groovy // build.gradle dependencies { - implementation 'de.siegmar:fastcsv:3.3.0' + implementation 'de.siegmar:fastcsv:3.3.1' } ``` @@ -33,7 +33,7 @@ To get started with FastCSV, add the following dependency to your project: de.siegmar fastcsv - 3.3.0 + 3.3.1 ```