From 248c29104f68ef2d07d345bd8ec797423578647a Mon Sep 17 00:00:00 2001 From: Pieter Bos Date: Mon, 24 Apr 2017 14:11:20 +0200 Subject: [PATCH] Update version to 0.3.9 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cc1fd8ae..9ee907497 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In gradle, include this dependency in your build.gradle: ```gradle dependencies { - compile 'com.nedap.healthcare:archie:0.3.8' + compile 'com.nedap.healthcare:archie:0.3.9' } ``` @@ -24,7 +24,7 @@ or if you use maven, in your pom.xml com.nedap.healthcare archie - 0.3.8 + 0.3.9 ``` diff --git a/build.gradle b/build.gradle index 681fd833d..a1ec96c67 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ apply plugin: 'org.owasp.dependencycheck' //apply plugin: 'io.codearte.nexus-staging' -version = '0.3.8' +version = '0.3.9' group = 'com.nedap.healthcare' archivesBaseName = 'archie'