Skip to content

Commit

Permalink
Bump up version number to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Apr 19, 2024
1 parent e928374 commit db245a4
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 @@ -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'
}
Expand All @@ -96,7 +96,7 @@ And here's the configuration for [Maven](http://maven.apache.org/):
<dependency>
<groupId>de.undercouch</groupId>
<artifactId>citeproc-java</artifactId>
<version>3.0.0-beta.2</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.citationstyles</groupId>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'de.undercouch'
version = '3.0.0'
version = '3.1.0'

nexusPublishing {
repositories {
Expand Down

0 comments on commit db245a4

Please sign in to comment.