Skip to content

Commit

Permalink
Release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Sep 5, 2022
1 parent 6702eb5 commit e0119dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2"/>
<attribute name="Implementation-Version" value="1.4.3"/>
</manifest>
</jar>
</target>
Expand Down
2 changes: 1 addition & 1 deletion 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.2</version>
<version>v1.4.3</version>

<name>multiaddr</name>
<url>https://github.com/multiformats/java-multiaddr</url>
Expand Down

0 comments on commit e0119dd

Please sign in to comment.