Skip to content

Commit

Permalink
Update docs to use latest gitonium version
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jun 29, 2024
1 parent f2b57e3 commit 67a9950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ Apply the gitonium plugin to a project (a `build.gradle(.kts)` file) as follows:
=== "Kotlin"
```kotlin title="build.gradle.kts"
plugins {
id("org.metaborg.gitonium") version "1.2.0"
id("org.metaborg.gitonium") version "1.3.1"
}
```

=== "Groovy"
```groovy title="build.gradle"
plugins {
id "org.metaborg.gitonium" version "1.2.0"
id "org.metaborg.gitonium" version "1.3.1"
}
```

0 comments on commit 67a9950

Please sign in to comment.