From 9c92067e3af60e6ee535b55c3051bf59c93c977d Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Fri, 13 Sep 2019 13:52:56 -0400 Subject: [PATCH] solution: release v0.4.0 --- README.adoc | 7 ++++--- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index eeb0ccbe..36e7d201 100644 --- a/README.adoc +++ b/README.adoc @@ -167,13 +167,14 @@ See more in the documentation for link:docs/10-client-libraries.adoc[Client Libr == Community -=== Chat +=== Development Chat image:https://badges.gitter.im/emeraldpay/community.svg[link="https://gitter.im/emeraldpay/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge] -== Support +== Commercial Support -Contact splix@emeraldpay.io if you want to integrate Dshackle into your project or want to sponsor the development. +Want to support the project, prioritize a specific feature, or get commercial help with using Dshackle in your project? +Please contact splix@emeraldpay.io to discuss the possibility == License diff --git a/build.gradle b/build.gradle index 13da52b7..4a49686d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { group = 'io.emeraldpay.dshackle' -version = '0.4-SNAPSHOT' +version = '0.4' targetCompatibility = '1.8' sourceCompatibility = '1.8' diff --git a/gradle.properties b/gradle.properties index 60eacc94..101c5c34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ springVersion=5.1.4.RELEASE reactorVersion=3.2.9.RELEASE # Our Libs -etherjarVersion=0.8.0-SNAPSHOT +etherjarVersion=0.8.0 # Testing spockVersion=1.2-groovy-2.5