Skip to content

Commit

Permalink
show newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Sep 23, 2024
1 parent 15bdd98 commit 405f225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/docs/guides/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ 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")
}
```
</TabItem>
<TabItem label="Gradle/Groovy">
```groovy
// build.gradle
dependencies {
implementation 'de.siegmar:fastcsv:3.3.0'
implementation 'de.siegmar:fastcsv:3.3.1'
}
```
</TabItem>
Expand All @@ -33,7 +33,7 @@ To get started with FastCSV, add the following dependency to your project:
<dependency>
<groupId>de.siegmar</groupId>
<artifactId>fastcsv</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
```
</TabItem>
Expand Down

0 comments on commit 405f225

Please sign in to comment.