diff --git a/build.gradle b/build.gradle index 4a49686d..32d020da 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { group = 'io.emeraldpay.dshackle' -version = '0.4' +version = '0.5-SNAPSHOT' targetCompatibility = '1.8' sourceCompatibility = '1.8' diff --git a/gradle.properties b/gradle.properties index 101c5c34..a4d1d6f4 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 +etherjarVersion=0.9.0-SNAPSHOT # Testing spockVersion=1.2-groovy-2.5