Skip to content

Commit

Permalink
solution: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Apr 10, 2020
1 parent a82926c commit e3b512c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {


group = 'io.emeraldpay.dshackle'
version = '0.6-SNAPSHOT'
version = '0.6.0'

targetCompatibility = '1.8'
sourceCompatibility = '1.8'
Expand Down Expand Up @@ -154,7 +154,7 @@ jib {
]
mainClass = 'io.emeraldpay.dshackle.StarterKt'
args = []
ports = ['8090']
ports = ['8090', '8545']
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/05-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit e3b512c

Please sign in to comment.