Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed May 27, 2019
1 parent c1ce06d commit 4ec840c
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 @@ -11,7 +11,7 @@ If you want to take part in Ethereum 2.0 development and use our code, we split
You can build one module jar with gradle `assemble` task executed on desired module:
```bash
./gradlew :crypto:assemble
cp crypto/build/libs/beacon-crypto-0.1.0.jar <jar-destination>
cp crypto/build/libs/beacon-crypto-0.2.0.jar <jar-destination>
```

## Simulator
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.0
version=0.2.0

0 comments on commit 4ec840c

Please sign in to comment.