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