Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acanda committed Jan 27, 2025
1 parent b898d25 commit 2b97c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use it with the Kotlin DSL (build.gradle.kts):

```kotlin
plugins {
id("ch.acanda.gradle.fabrikt") version "1.9.0"
id("ch.acanda.gradle.fabrikt") version "1.10.0"
}

fabrikt {
Expand All @@ -33,7 +33,7 @@ To use it with the Groovy DSL (build.gradle):

```groovy
plugins {
id 'ch.acanda.gradle.fabrikt' version '1.9.0'
id 'ch.acanda.gradle.fabrikt' version '1.10.0'
}
fabrikt {
Expand Down Expand Up @@ -63,7 +63,7 @@ The plugin provides the following tasks:

```kotlin
plugins {
id("ch.acanda.gradle.fabrikt") version "1.9.0"
id("ch.acanda.gradle.fabrikt") version "1.10.0"
// If you are using IntelliJ IDEA, the plugin will automatically add the
// output directory as a generated sources directory.
idea
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "ch.acanda.gradle"
version = "1.10.0-SNAPSHOT"
version = "1.10.0"

val generatedSources: Provider<Directory> = project.layout.buildDirectory.dir("generated/src/main/kotlin")

Expand Down

0 comments on commit 2b97c22

Please sign in to comment.