We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9947ef commit 2a30496Copy full SHA for 2a30496
build.xml
@@ -40,7 +40,7 @@
40
<attribute name="Class-Path" value="${manifest_cp}"/>
41
<attribute name="Implementation-Vendor" value="io.ipfs"/>
42
<attribute name="Implementation-Title" value="multihash"/>
43
- <attribute name="Implementation-Version" value="1.2.0"/>
+ <attribute name="Implementation-Version" value="1.3.1"/>
44
</manifest>
45
</jar>
46
</target>
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.multiformats</groupId>
6
<artifactId>java-multihash</artifactId>
7
- <version>v1.3.0-SNAPSHOT</version>
+ <version>v1.3.1</version>
8
<packaging>jar</packaging>
9
10
<name>multihash</name>
0 commit comments