Skip to content

Commit

Permalink
Bump up version number to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed May 19, 2018
1 parent 5fe5faf commit ff8526a
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 @@ -31,7 +31,7 @@ You may also use [Maven](http://maven.apache.org/) to download bson4jackson:
<dependency>
<groupId>de.undercouch</groupId>
<artifactId>bson4jackson</artifactId>
<version>2.9.1</version>
<version>2.9.2</version>
</dependency>
</dependencies>
```
Expand All @@ -41,7 +41,7 @@ following snippet to your `build.gradle`:

```gradle
dependencies {
compile 'de.undercouch:bson4jackson:2.9.1'
compile 'de.undercouch:bson4jackson:2.9.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'

version = '2.9.2-SNAPSHOT'
version = '2.9.2'
group = 'de.undercouch'
sourceCompatibility = '1.7'
targetCompatibility = '1.7'
Expand Down

0 comments on commit ff8526a

Please sign in to comment.