Skip to content

Commit

Permalink
Version update (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuppieRK authored Oct 7, 2024
1 parent fddca09 commit 6abb692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ a database during the Gradle `build` stage:

```groovy
plugins {
id 'io.github.suppierk.jooq-java-class-generator' version '1.0.0'
id 'io.github.suppierk.jooq-java-class-generator' version '1.0.1'
}
```

Expand All @@ -42,7 +42,7 @@ buildscript {
}
}
dependencies {
classpath 'io.github.suppierk:plugin:1.0.0'
classpath 'io.github.suppierk:plugin:1.0.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'io.github.suppierk'
version = '1.0.0'
version = '1.0.1'

def functionalTest = sourceSets.create('functionalTest')

Expand Down

0 comments on commit 6abb692

Please sign in to comment.