Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
update multibase
  • Loading branch information
ianopolous committed Sep 6, 2022
1 parent 2a30496 commit 7de0af4
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="multihash"/>
<attribute name="Implementation-Version" value="1.3.1"/>
<attribute name="Implementation-Version" value="1.3.2"/>
</manifest>
</jar>
</target>
Expand Down
Binary file modified lib/multibase.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-multihash</artifactId>
<version>v1.3.1</version>
<version>v1.3.2</version>
<packaging>jar</packaging>

<name>multihash</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<version.junit>4.13.2</version.junit>
<version.hamcrest>2.2</version.hamcrest>
<version.multibase>v1.1.0</version.multibase>
<version.multibase>v1.1.1</version.multibase>
</properties>

<repositories>
Expand Down

0 comments on commit 7de0af4

Please sign in to comment.