diff --git a/README.adoc b/README.adoc index 08040b7..23213ab 100644 --- a/README.adoc +++ b/README.adoc @@ -42,13 +42,13 @@ docker run -v $(pwd)/results:/results emeraldpay/moonbeam === As application -Download a zip with the latest application from https://github.com/emeraldpay/moonbeam/releases (ex. `moonbeam-0.3.zip`) and unpack it. +Download a zip with the latest application from https://github.com/emeraldpay/moonbeam/releases (ex. `moonbeam-0.3.0.zip`) and unpack it. .Download and unpack ---- -wget https://github.com/emeraldpay/moonbeam/releases/download/v0.3.0/moonbeam-0.3.zip -unzip moonbeam-0.3.zip -cd moonbeam-0.3 +wget https://github.com/emeraldpay/moonbeam/releases/download/v0.3.0/moonbeam-0.3.0.zip +unzip moonbeam-0.3.0.zip +cd moonbeam-0.3.0 ---- .Run diff --git a/build.gradle b/build.gradle index 01afdd7..f9353ff 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ plugins { group = 'io.emeraldpay.moonbeam' -version = '0.3-SNAPSHOT' +version = '0.3.0' targetCompatibility = '1.8' sourceCompatibility = '1.8'