diff --git a/README.md b/README.md index a19edc334..3db589383 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.11' + compile 'com.nedap.healthcare:archie:0.3.12' } ``` @@ -24,7 +24,7 @@ or if you use maven, in your pom.xml com.nedap.healthcare archie - 0.3.11 + 0.3.12 ``` diff --git a/build.gradle b/build.gradle index 6f1cc51ab..a04166de2 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.11' +version = '0.3.12' group = 'com.nedap.healthcare' archivesBaseName = 'archie'