Skip to content

Commit 4ec840c

Browse files
committed
Set version to 0.2.0
1 parent c1ce06d commit 4ec840c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you want to take part in Ethereum 2.0 development and use our code, we split
1111
You can build one module jar with gradle `assemble` task executed on desired module:
1212
```bash
1313
./gradlew :crypto:assemble
14-
cp crypto/build/libs/beacon-crypto-0.1.0.jar <jar-destination>
14+
cp crypto/build/libs/beacon-crypto-0.2.0.jar <jar-destination>
1515
```
1616

1717
## Simulator

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.1.0
1+
version=0.2.0

0 commit comments

Comments
 (0)