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 97a998d commit 01a1470Copy full SHA for 01a1470
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="multiaddr"/>
43
- <attribute name="Implementation-Version" value="1.4.3"/>
+ <attribute name="Implementation-Version" value="1.4.4"/>
44
</manifest>
45
</jar>
46
</target>
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.multiformats</groupId>
6
<artifactId>java-multiaddr</artifactId>
7
- <version>v1.4.3</version>
+ <version>v1.4.4</version>
8
9
<name>multiaddr</name>
10
<url>https://github.com/multiformats/java-multiaddr</url>
0 commit comments