Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 4e98527

Browse files
committed
build: bump to 0.5.0
Signed-off-by: Lalith Suresh <[email protected]>
1 parent 6b8988a commit 4e98527

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ To use DCM from a Maven-based project, use the following dependency:
5050
<dependency>
5151
<groupId>com.vmware.dcm</groupId>
5252
<artifactId>dcm</artifactId>
53-
<version>0.4.0</version>
53+
<version>0.5.0</version>
5454
</dependency>
5555
```
5656

5757
To use within a Gradle-based project:
5858

5959
```
60-
implementation 'com.vmware.dcm:dcm:0.4.0'
60+
implementation 'com.vmware.dcm:dcm:0.5.0'
6161
```
6262

6363
For now, one of DCM's dependencies is only available on Jcenter (we expect this to change soon).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
commonSourceLevel = 12
22
dcmGroupId = com.vmware.dcm
33
dcmArtifactId = dcm
4-
dcmVersion = 0.5.0-SNAPSHOT
4+
dcmVersion = 0.5.0
55

66
## Dependency versions
77

0 commit comments

Comments
 (0)