Skip to content

Commit

Permalink
Merge pull request #157 from davsclaus/patch-1
Browse files Browse the repository at this point in the history
Update version M1 to M3 to show latest release in root readme file
  • Loading branch information
bjansen committed Jan 28, 2024
2 parents 569d690 + 0d0b6f6 commit 454c964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>com.github.beanio</groupId>
<artifactId>beanio</artifactId>
<version>3.0.0.M1</version>
<version>3.0.0.M3</version>
</dependency>
```

Expand All @@ -55,7 +55,7 @@ repositories {
Add the following dependency to your `build.gradle`:

```groovy
implementation 'com.github.beanio:beanio:3.0.0.M1'
implementation 'com.github.beanio:beanio:3.0.0.M3'
```

## What's new in v3?
Expand Down

0 comments on commit 454c964

Please sign in to comment.