Skip to content

Commit

Permalink
Bump to version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
booniepepper committed May 16, 2021
1 parent 7cc0f70 commit 4111efc
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 @@ -48,7 +48,7 @@ worth checking out. Z is not related to the Vavr project.

## Details

- [Get Z from Maven Central](https://search.maven.org/artifact/so.dang.cool/z/0.0.0/jar)
- [Get Z from Maven Central](https://search.maven.org/artifact/so.dang.cool/z/)
- [Read Docs](https://www.javadoc.io/doc/so.dang.cool/z/latest/so/dang/cool/z/package-summary.html)

Have fun!
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'so.dang.cool'
version = '0.0.0'
version = '0.0.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4111efc

Please sign in to comment.