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