Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Roe committed Dec 5, 2024
1 parent 0bd771a commit fdaf91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/getting-started/gradle-dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add the dependency to your `build.gradle` file to get started:

```kotlin
dependencies {
testImplementation("io.github.hellocuriosity:model-forge:1.5.0")
testImplementation("io.github.hellocuriosity:model-forge:1.5.1")
}
```

Expand All @@ -22,6 +22,6 @@ repositories {
}

dependencies {
testImplementation("io.github.hellocuriosity:model-forge:1.5.0.xx-SNAPSHOT")
testImplementation("io.github.hellocuriosity:model-forge:1.5.1.xx-SNAPSHOT")
}
```

0 comments on commit fdaf91a

Please sign in to comment.