Skip to content

Commit 7ba00a2

Browse files
Bump up version number to 2.9.1
1 parent 4921021 commit 7ba00a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
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.9.0</version>
34+
<version>2.9.1</version>
3535
</dependency>
3636
</dependencies>
3737
```
@@ -41,7 +41,7 @@ following snippet to your `build.gradle`:
4141

4242
```gradle
4343
dependencies {
44-
compile 'de.undercouch:bson4jackson:2.9.0'
44+
compile 'de.undercouch:bson4jackson:2.9.1'
4545
}
4646
```
4747

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'java'
55
apply plugin: 'eclipse'
66
apply plugin: 'idea'
77

8-
version = '2.9.0'
8+
version = '2.9.1'
99
group = 'de.undercouch'
1010
sourceCompatibility = '1.7'
1111
targetCompatibility = '1.7'

0 commit comments

Comments
 (0)