diff --git a/README.md b/README.md index 969277206..659d5e048 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:2.0.3' + compile 'com.nedap.healthcare.archie:archie-all:2.0.4' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 2.0.3 + 2.0.4 ``` -If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:2.0.3 and com.nedap.healthcare.archie:referencemodels:2.0.3 instead +If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:2.0.4 and com.nedap.healthcare.archie:referencemodels:2.0.4 instead ## Build diff --git a/build.gradle b/build.gradle index ab9a6e052..a46d43783 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ wrapper { } allprojects { - version = '2.0.3' + version = '2.0.4' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'