Skip to content

Commit d712750

Browse files
committed
Release v.1.4.12
1 parent 714985a commit d712750

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<attribute name="Class-Path" value="${manifest_cp}"/>
4141
<attribute name="Implementation-Vendor" value="io.ipfs"/>
4242
<attribute name="Implementation-Title" value="multiaddr"/>
43-
<attribute name="Implementation-Version" value="1.4.11"/>
43+
<attribute name="Implementation-Version" value="1.4.12"/>
4444
</manifest>
4545
</jar>
4646
</target>

lib/cid.jar

558 Bytes
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.multiformats</groupId>
66
<artifactId>java-multiaddr</artifactId>
7-
<version>v1.4.11</version>
7+
<version>v1.4.12</version>
88

99
<name>multiaddr</name>
1010
<url>https://github.com/multiformats/java-multiaddr</url>
@@ -33,7 +33,7 @@
3333
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3434
<version.junit>4.13.2</version.junit>
3535
<version.hamcrest>2.2</version.hamcrest>
36-
<version.cid>v1.3.6</version.cid>
36+
<version.cid>v1.3.7</version.cid>
3737
</properties>
3838

3939
<repositories>

0 commit comments

Comments
 (0)