Skip to content

Commit

Permalink
Bump up version number to 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Feb 16, 2024
1 parent a61e356 commit 813f6bc
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.15.0</version>
<version>2.15.1</version>
</dependency>
</dependencies>
```
Expand All @@ -41,7 +41,7 @@ following snippet to your `build.gradle`:

```gradle
dependencies {
implementation 'de.undercouch:bson4jackson:2.15.0'
implementation 'de.undercouch:bson4jackson:2.15.1'
}
```

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

version = '2.15.0'
version = '2.15.1'
group = 'de.undercouch'

ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
Expand Down

0 comments on commit 813f6bc

Please sign in to comment.