Skip to content

Commit 81e3a0a

Browse files
Bump up version number to 2.15.0
1 parent cc3596b commit 81e3a0a

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
@@ -31,7 +31,7 @@ You may also use [Maven](http://maven.apache.org/) to download bson4jackson:
3131
<dependency>
3232
<groupId>de.undercouch</groupId>
3333
<artifactId>bson4jackson</artifactId>
34-
<version>2.13.1</version>
34+
<version>2.15.0</version>
3535
</dependency>
3636
</dependencies>
3737
```
@@ -41,7 +41,7 @@ following snippet to your `build.gradle`:
4141

4242
```gradle
4343
dependencies {
44-
implementation 'de.undercouch:bson4jackson:2.13.1'
44+
implementation 'de.undercouch:bson4jackson:2.15.0'
4545
}
4646
```
4747

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
77
apply plugin: 'signing'
88
apply plugin: 'java'
99

10-
version = '2.13.2-SNAPSHOT'
10+
version = '2.15.0'
1111
group = 'de.undercouch'
1212
sourceCompatibility = '1.8'
1313
targetCompatibility = '1.8'

0 commit comments

Comments
 (0)