Skip to content

Commit 2c084d8

Browse files
committed
Bump version 2.3.0
1 parent 6f5d4b8 commit 2c084d8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ byte[] decoded = MultihashCodec.SHA2_384.decode(encoded);
106106
107107
/* check if byte array is encoded with multihash codec */
108108
if (MultihashCodec.SHA2_384.isEncoded(encoded)) {
109+
var digestLength = MultihashCodec.SHA2_384.digestLength(encoded);
109110
...
110111
}
111112

@@ -127,7 +128,7 @@ To include Copper Multicodec in your project, add the following dependency to yo
127128
<dependency>
128129
<groupId>com.apicatalog</groupId>
129130
<artifactId>copper-multicodec</artifactId>
130-
<version>2.2.0</version>
131+
<version>2.3.0</version>
131132
</dependency>
132133
```
133134

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.apicatalog</groupId>
77
<artifactId>copper-multicodec</artifactId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.3.0</version>
99
<packaging>jar</packaging>
1010
<url>https://github.com/filip26/copper-multicodec</url>
1111
<scm>

0 commit comments

Comments
 (0)