Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Dec 14, 2017
1 parent efc894a commit 869379f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This plugin seamlessly integrates jOOQ into your [Gradle](https://gradle.org/)-b
```groovy
plugins {
id 'java' // or id 'groovy'
id 'com.tadaskay.auto-jooq' version '1.0.0'
id 'com.tadaskay.auto-jooq' version '1.0.1'
}
jooq {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.tadaskay.gradle"
version = "1.0.0"
version = "1.0.1"

gradlePlugin {
(plugins) {
Expand Down

0 comments on commit 869379f

Please sign in to comment.