diff --git a/README.md b/README.md index a853ea558..c3293af30 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can depend on parts of Archie, or the entire library at once. If you want th ```gradle dependencies { - compile 'com.nedap.healthcare.archie:archie-all:0.4.1' + compile 'com.nedap.healthcare.archie:archie-all:0.4.2' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 0.4.1 + 0.4.2 ``` -If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:0.4.1 and com.nedap.healthcare.archie:referencemodels:0.4.1 instead +If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:0.4.2 and com.nedap.healthcare.archie:referencemodels:0.4.2 instead ## Build diff --git a/build.gradle b/build.gradle index 74dccc0e7..429c133a2 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ task wrapper(type: Wrapper) { } allprojects { - version = '0.4.1' + version = '0.4.2' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'