Skip to content

Commit 543e2b9

Browse files
committed
Bump version to 0.4.0
1 parent 960f6ee commit 543e2b9

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ An implementation of the [Decentralized Identifiers (DIDs) v1.0](https://www.w3.
2424
<dependency>
2525
<groupId>com.apicatalog</groupId>
2626
<artifactId>carbon-did</artifactId>
27-
<version>0.3.0</version>
27+
<version>0.4.0</version>
28+
</dependency>
29+
<dependency>
30+
<groupId>com.apicatalog</groupId>
31+
<artifactId>copper-multibase</artifactId>
32+
<version>0.5.0</version>
2833
</dependency>
29-
3034
```
3135

3236
#### Gradle
@@ -35,7 +39,8 @@ Android 12+ (API Level >=32)
3539

3640

3741
```gradle
38-
implementation("com.apicatalog:carbon-did:0.3.0")
42+
implementation("com.apicatalog:carbon-did:0.4.0")
43+
implementation("com.apicatalog:copper-multibase:0.5.0")
3944
```
4045

4146
Do you need to support an older Android version? [Contact me](mailto:filip26@gmail.com)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.apicatalog</groupId>
88
<artifactId>carbon-did</artifactId>
99

10-
<version>0.4.0-SNAPSHOT</version>
10+
<version>0.4.0</version>
1111
<packaging>jar</packaging>
1212

1313
<url>https://github.com/filip26/carbon-decentralized-identifiers</url>

0 commit comments

Comments
 (0)