Skip to content

Commit e66e3c0

Browse files
committed
solution: release v0.14.0
1 parent dca1a2e commit e66e3c0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
ifdef::env-github[]
44
:imagesdir: https://raw.githubusercontent.com/emeraldpay/dshackle/master/docs/assets
55
endif::[]
6-
:version: 0.13.0
7-
:version-short: 0.13
6+
:version: 0.14.0
7+
:version-short: 0.14
88

99
image:https://github.com/emeraldpay/dshackle/workflows/Tests/badge.svg["Unit Tests"]
1010
image:https://codecov.io/gh/emeraldpay/dshackle/branch/master/graph/badge.svg["Coverage",link="https://codecov.io/gh/emeraldpay/dshackle"]

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ group = 'io.emeraldpay.dshackle'
2727
// Version schema:
2828
// x.x.x for production, following SemVer model
2929
// x.x.x-SNAPSHOT for development
30-
version = '0.14.0-SNAPSHOT'
30+
version = '0.14.0'
3131

3232
java {
3333
sourceCompatibility = JavaVersion.VERSION_13

docs/02-quick-start.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Quick Start
2-
:version: 0.13.0
3-
:version-short: 0.13
2+
:version: 0.14.0
3+
:version-short: 0.14
44

55
=== Prerequisites
66

docs/05-start.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Launch a server
2-
:version: 0.13.0
3-
:version-short: 0.13
2+
:version: 0.14.0
3+
:version-short: 0.14
44

55
=== Docker
66

0 commit comments

Comments
 (0)