Skip to content

Commit f7596bc

Browse files
Bump up version number to 3.2.0
1 parent 66cad6b commit f7596bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Here's the configuration for [Gradle](https://gradle.org/):
8383

8484
```groovy
8585
dependencies {
86-
implementation 'de.undercouch:citeproc-java:3.1.0'
86+
implementation 'de.undercouch:citeproc-java:3.2.0'
8787
implementation 'org.citationstyles:styles:24.3'
8888
implementation 'org.citationstyles:locales:24.3'
8989
}
@@ -96,7 +96,7 @@ And here's the configuration for [Maven](http://maven.apache.org/):
9696
<dependency>
9797
<groupId>de.undercouch</groupId>
9898
<artifactId>citeproc-java</artifactId>
99-
<version>3.1.0</version>
99+
<version>3.2.0</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.citationstyles</groupId>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'de.undercouch'
6-
version = '3.1.0'
6+
version = '3.2.0'
77

88
nexusPublishing {
99
repositories {

0 commit comments

Comments
 (0)