diff --git a/README.md b/README.md index 1776563d..d12ec935 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Here's the configuration for [Gradle](https://gradle.org/): ```groovy dependencies { - implementation 'de.undercouch:citeproc-java:3.0.0-beta.2' + implementation 'de.undercouch:citeproc-java:3.1.0' implementation 'org.citationstyles:styles:24.3' implementation 'org.citationstyles:locales:24.3' } @@ -96,7 +96,7 @@ And here's the configuration for [Maven](http://maven.apache.org/): de.undercouch citeproc-java - 3.0.0-beta.2 + 3.1.0 org.citationstyles diff --git a/build.gradle b/build.gradle index 1000ae2a..dac557ff 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = 'de.undercouch' -version = '3.0.0' +version = '3.1.0' nexusPublishing { repositories {