From 73b9dc729bd514c6bc9ac75567530c7525c57983 Mon Sep 17 00:00:00 2001 From: Lalith Suresh Date: Mon, 8 Feb 2021 15:00:40 -0800 Subject: [PATCH] build: bump to release 0.7.1 Signed-off-by: Lalith Suresh --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5154836..9fdae047 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ To use DCM from a Maven-based project, use the following dependency: com.vmware.dcm dcm - 0.6.0 + 0.7.1 ``` To use within a Gradle-based project: ``` -implementation 'com.vmware.dcm:dcm:0.6.0' +implementation 'com.vmware.dcm:dcm:0.7.1' ``` For now, one of DCM's dependencies is only available on Jcenter (we expect this to change soon). diff --git a/gradle.properties b/gradle.properties index 5f7f87b7..a541df32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ commonSourceLevel = 12 dcmGroupId = com.vmware.dcm dcmArtifactId = dcm -dcmVersion = 0.7.0-SNAPSHOT +dcmVersion = 0.7.1 ## Dependency versions