diff --git a/README.md b/README.md index be7ee975e..2fae599b6 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.2' + compile 'com.nedap.healthcare:archie:0.3.3' } ``` @@ -24,7 +24,7 @@ or if you use maven, in your pom.xml com.nedap.healthcare archie - 0.3.2 + 0.3.3 ``` diff --git a/build.gradle b/build.gradle index 9214ab6aa..f371f39d0 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ apply plugin: 'org.owasp.dependencycheck' //apply plugin: 'io.codearte.nexus-staging' -version = '0.4.0-SNAPSHOT' +version = '0.3.3' group = 'com.nedap.healthcare' archivesBaseName = 'archie'