solution: release v0.4.0

This commit is contained in:
Igor Artamonov
2019-09-13 13:52:56 -04:00
parent ee0ab43f9c
commit 9c92067e3a
3 changed files with 6 additions and 5 deletions

View File

@@ -167,13 +167,14 @@ See more in the documentation for link:docs/10-client-libraries.adoc[Client Libr
== Community == 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] 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 == License

View File

@@ -27,7 +27,7 @@ plugins {
group = 'io.emeraldpay.dshackle' group = 'io.emeraldpay.dshackle'
version = '0.4-SNAPSHOT' version = '0.4'
targetCompatibility = '1.8' targetCompatibility = '1.8'
sourceCompatibility = '1.8' sourceCompatibility = '1.8'

View File

@@ -15,7 +15,7 @@ springVersion=5.1.4.RELEASE
reactorVersion=3.2.9.RELEASE reactorVersion=3.2.9.RELEASE
# Our Libs # Our Libs
etherjarVersion=0.8.0-SNAPSHOT etherjarVersion=0.8.0
# Testing # Testing
spockVersion=1.2-groovy-2.5 spockVersion=1.2-groovy-2.5