Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
updates version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayedo committed Sep 24, 2018
1 parent 85f99bc commit f877633
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 @@ -50,7 +50,7 @@ Due to backwards incompatible changes in the API, __no jooq generator version ol
Add the following to your *build.gradle* plugin configuration block:

plugins {
id 'ch.ayedo.jooqmodelator' version '2.0.1'
id 'ch.ayedo.jooqmodelator' version '2.0.2'
}

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

apply plugin: 'java-gradle-plugin'

project.ext.version = '2.0.1'
project.ext.version = '2.0.2'

group 'ch.ayedo'
version project.ext.version
Expand Down

0 comments on commit f877633

Please sign in to comment.