From e3b512ca80318ef9a44f7bc5f5fe62471d65bfe4 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Thu, 9 Apr 2020 21:26:55 -0400 Subject: [PATCH] solution: release v0.6.0 --- build.gradle | 4 ++-- docs/05-start.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d3089adb..bb9ca93c 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ plugins { group = 'io.emeraldpay.dshackle' -version = '0.6-SNAPSHOT' +version = '0.6.0' targetCompatibility = '1.8' sourceCompatibility = '1.8' @@ -154,7 +154,7 @@ jib { ] mainClass = 'io.emeraldpay.dshackle.StarterKt' args = [] - ports = ['8090'] + ports = ['8090', '8545'] } } diff --git a/docs/05-start.adoc b/docs/05-start.adoc index 15236dd0..c761b872 100644 --- a/docs/05-start.adoc +++ b/docs/05-start.adoc @@ -12,7 +12,7 @@ docker run -p 2449:2449 -v $(pwd):/config -w /config emeraldpay/dshackle === Install & Run manually 1. Download latest release from https://github.com/emeraldpay/dshackle/releases -2. Unpack `unzip dshackle-0.6.zip` +2. Unpack `unzip dshackle-0.6.0.zip` 3. Copy to `/opt/dshackle` 4. Setup configuration in `/etc/dshackle` 5. Run as `cp /etc/dshackle && /opt/dshackle/bin/dshackle` \ No newline at end of file