Skip to content

Commit

Permalink
solution: release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Sep 9, 2022
1 parent 48d650b commit 17f5a06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
ifdef::env-github[]
:imagesdir: https://raw.githubusercontent.com/emeraldpay/dshackle/master/docs/assets
endif::[]
:version: 0.12.0
:version-short: 0.12
:version: 0.13.0
:version-short: 0.13

image:https://github.com/emeraldpay/dshackle/workflows/Tests/badge.svg["Unit Tests"]
image:https://codecov.io/gh/emeraldpay/dshackle/branch/master/graph/badge.svg["Coverage",link="https://codecov.io/gh/emeraldpay/dshackle"]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema:
// x.x.x for production, following SemVer model
// x.x.x-SNAPSHOT for development
version = '0.13.0-SNAPSHOT'
version = '0.13.0'

java {
sourceCompatibility = JavaVersion.VERSION_13
Expand Down
4 changes: 2 additions & 2 deletions docs/02-quick-start.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Quick Start
:version: 0.12.0
:version-short: 0.12
:version: 0.13.0
:version-short: 0.13

=== Prerequisites

Expand Down
8 changes: 4 additions & 4 deletions docs/05-start.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Launch a server
:version: 0.12.0
:version-short: 0.12
:version: 0.13.0
:version-short: 0.13

=== Docker

Expand All @@ -13,8 +13,8 @@ docker run -p 2449:2449 -v $(pwd):/config -w /config emeraldpay/dshackle:{versio

=== Install & Run manually

1. Download latest release from https://github.com/emeraldpay/dshackle/releases
2. Unpack `unzip dshackle-0.6.0.zip`
1. Download the latest release from https://github.com/emeraldpay/dshackle/releases
2. Unpack `unzip dshackle-{version}.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 17f5a06

Please sign in to comment.