We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3a2b1 commit 588c0faCopy full SHA for 588c0fa
build.xml
@@ -40,7 +40,7 @@
40
<attribute name="Class-Path" value="${manifest_cp}"/>
41
<attribute name="Implementation-Vendor" value="io.ipfs"/>
42
<attribute name="Implementation-Title" value="multibase"/>
43
- <attribute name="Implementation-Version" value="1.3.0"/>
+ <attribute name="Implementation-Version" value="1.1.1"/>
44
</manifest>
45
</jar>
46
</target>
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.multiformats</groupId>
6
<artifactId>java-multibase</artifactId>
7
- <version>v1.1.0</version>
+ <version>v1.1.1</version>
8
<packaging>jar</packaging>
9
10
<name>multibase</name>
0 commit comments