We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671f5a4 commit cde3f5cCopy full SHA for cde3f5c
README.md
@@ -24,7 +24,7 @@ An implementation of the [Decentralized Identifiers (DIDs) v1.0](https://www.w3.
24
<dependency>
25
<groupId>com.apicatalog</groupId>
26
<artifactId>carbon-did</artifactId>
27
- <version>0.5.0</version>
+ <version>0.6.0</version>
28
</dependency>
29
30
@@ -39,7 +39,7 @@ Android 12+ (API Level >=32)
39
40
41
```gradle
42
-implementation("com.apicatalog:carbon-did:0.5.0")
+implementation("com.apicatalog:carbon-did:0.6.0")
43
implementation("com.apicatalog:copper-multibase:0.5.0")
44
```
45
0 commit comments