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 51683d5 commit 4371bbdCopy full SHA for 4371bbd
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="api"/>
43
- <attribute name="Implementation-Version" value="1.2.0"/>
+ <attribute name="Implementation-Version" value="1.3.0"/>
44
</manifest>
45
</jar>
46
</target>
pom.xml
@@ -34,7 +34,7 @@
34
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
35
<version.junit>4.12</version.junit>
36
<version.hamcrest>1.3</version.hamcrest>
37
- <version.multiaddr>v1.3.1</version.multiaddr>
+ <version.multiaddr>v1.4.0</version.multiaddr>
38
</properties>
39
<repositories>
0 commit comments