Skip to content

Commit

Permalink
chore: updates version number
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Apr 11, 2024
1 parent 43cba86 commit c74d91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -69,7 +69,7 @@ For example:
<dependency>
<groupId>software.amazon.nio.s3</groupId>
<artifactId>aws-java-nio-spi-for-s3</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
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.1'

java {
withSourcesJar()
Expand Down

0 comments on commit c74d91c

Please sign in to comment.