Skip to content

Commit 7de0af4

Browse files
committed
Release v1.3.2
update multibase
1 parent 2a30496 commit 7de0af4

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="multihash"/>
43-
<attribute name="Implementation-Version" value="1.3.1"/>
43+
<attribute name="Implementation-Version" value="1.3.2"/>
4444
</manifest>
4545
</jar>
4646
</target>

lib/multibase.jar

867 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-multihash</artifactId>
7-
<version>v1.3.1</version>
7+
<version>v1.3.2</version>
88
<packaging>jar</packaging>
99

1010
<name>multihash</name>
@@ -34,7 +34,7 @@
3434
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3535
<version.junit>4.13.2</version.junit>
3636
<version.hamcrest>2.2</version.hamcrest>
37-
<version.multibase>v1.1.0</version.multibase>
37+
<version.multibase>v1.1.1</version.multibase>
3838
</properties>
3939

4040
<repositories>

0 commit comments

Comments
 (0)