From 17f5a068d3b9570bb65a2d9d38b443b1fc2ce275 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Fri, 9 Sep 2022 16:26:09 -0400 Subject: [PATCH] solution: release v0.13.0 --- README.adoc | 4 ++-- build.gradle | 2 +- docs/02-quick-start.adoc | 4 ++-- docs/05-start.adoc | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.adoc b/README.adoc index f054235d0..4a496cb3f 100644 --- a/README.adoc +++ b/README.adoc @@ -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"] diff --git a/build.gradle b/build.gradle index 5ec8d72f1..0b6d6ba44 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/docs/02-quick-start.adoc b/docs/02-quick-start.adoc index 799d0df14..d2b0f2b17 100644 --- a/docs/02-quick-start.adoc +++ b/docs/02-quick-start.adoc @@ -1,6 +1,6 @@ == Quick Start -:version: 0.12.0 -:version-short: 0.12 +:version: 0.13.0 +:version-short: 0.13 === Prerequisites diff --git a/docs/05-start.adoc b/docs/05-start.adoc index 77d3d9d1a..481f3e68c 100644 --- a/docs/05-start.adoc +++ b/docs/05-start.adoc @@ -1,6 +1,6 @@ == Launch a server -:version: 0.12.0 -:version-short: 0.12 +:version: 0.13.0 +:version-short: 0.13 === Docker @@ -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` \ No newline at end of file