Skip to content

Commit

Permalink
Release v.1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kevodwyer committed Mar 27, 2023
1 parent 714985a commit d712750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<attribute name="Class-Path" value="${manifest_cp}"/>
<attribute name="Implementation-Vendor" value="io.ipfs"/>
<attribute name="Implementation-Title" value="multiaddr"/>
<attribute name="Implementation-Version" value="1.4.11"/>
<attribute name="Implementation-Version" value="1.4.12"/>
</manifest>
</jar>
</target>
Expand Down
Binary file modified lib/cid.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.multiformats</groupId>
<artifactId>java-multiaddr</artifactId>
<version>v1.4.11</version>
<version>v1.4.12</version>

<name>multiaddr</name>
<url>https://github.com/multiformats/java-multiaddr</url>
Expand Down Expand Up @@ -33,7 +33,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<version.junit>4.13.2</version.junit>
<version.hamcrest>2.2</version.hamcrest>
<version.cid>v1.3.6</version.cid>
<version.cid>v1.3.7</version.cid>
</properties>

<repositories>
Expand Down

0 comments on commit d712750

Please sign in to comment.