From 502eaf850666c87bfcfeed843a43ff8105243c69 Mon Sep 17 00:00:00 2001 From: Pieter Bos Date: Thu, 16 Apr 2020 10:21:02 +0200 Subject: [PATCH] update version to 0.12.1 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b6aba719..dccae404f 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.12.0' + compile 'com.nedap.healthcare.archie:archie-all:0.12.1' } ``` @@ -28,11 +28,11 @@ or if you use maven, in your pom.xml com.nedap.healthcare.archie archie-all - 0.12.0 + 0.12.1 ``` -If you want to depend on just the AOM and BMM, without any reference model implementation, depend on com.nedap.healthcare.archie:tools:0.12.0 and com.nedap.healthcare.archie:referencemodels:0.12.0 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.12.1 and com.nedap.healthcare.archie:referencemodels:0.12.1 instead ## Build diff --git a/build.gradle b/build.gradle index ae10705a2..43eadd886 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ wrapper { } allprojects { - version = '0.12.0' + version = '0.12.1' group = 'com.nedap.healthcare.archie' ext.gradleScriptDir = "${rootProject.projectDir}/gradle" //archivesBaseName = 'archie'