Skip to content

Commit

Permalink
Update version ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Mar 20, 2024
1 parent 6655af0 commit d33b2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For example:
<dependency>
<groupId>software.amazon.nio.s3</groupId>
<artifactId>aws-java-nio-spi-for-s3</artifactId>
<version>2.0.0-dev</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {

group = 'software.amazon.nio.s3'
archivesBaseName = 'nio-spi-for-s3'
version = '2.0.0-dev'
version = '2.0.0'

java {
withSourcesJar()
Expand Down

0 comments on commit d33b2f9

Please sign in to comment.