diff --git a/README.md b/README.md index 52a52bb..3dfaf5c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ repositories { } dependencies { - compile 'com.github.wenhao:jpa-spec:2.0.7' + compile 'com.github.wenhao:jpa-spec:2.0.9' } ``` @@ -58,7 +58,7 @@ add repository [http://jcenter.bintray.com](http://jcenter.bintray.com) to maven com.github.wenhao jpa-spec - 2.0.7 + 2.0.9 ``` diff --git a/build.gradle b/build.gradle index 3c17ee2..e9b9514 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { } group = 'com.github.wenhao' -version = '2.0.8' +version = '2.0.9' dependencies { compile("org.springframework.data:spring-data-jpa:$springBootVersion") @@ -71,10 +71,10 @@ bintray { githubRepo = 'wenhao/jpa-spec' githubReleaseNotesFile = 'README.md' version { - name = '2.0.8' - desc = 'A JAP Query By Specification framework 2.0.8' + name = '2.0.9' + desc = 'A JAP Query By Specification framework 2.0.9' released = new Date() - vcsTag = '2.0.8' + vcsTag = '2.0.9' } } } @@ -90,7 +90,7 @@ install { packaging 'jar' groupId 'com.github.wenhao' artifactId 'jpa-spec' - version '2.0.8' + version '2.0.9' licenses { license {