Skip to content

Commit

Permalink
problem: version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Apr 9, 2020
1 parent c2ae6f7 commit db9766a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {


group = 'io.emeraldpay.moonbeam'
version = '0.3-SNAPSHOT'
version = '0.3.0'

targetCompatibility = '1.8'
sourceCompatibility = '1.8'
Expand Down

0 comments on commit db9766a

Please sign in to comment.