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 5e6d0bb commit e13133dCopy full SHA for e13133d
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="api"/>
43
- <attribute name="Implementation-Version" value="1.1.1"/>
+ <attribute name="Implementation-Version" value="1.2.0"/>
44
</manifest>
45
</jar>
46
</target>
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.ipfs</groupId>
6
<artifactId>api</artifactId>
7
- <version>v1.1.1</version>
+ <version>v1.2.0</version>
8
<packaging>jar</packaging>
9
10
<name>java-ipfs-api</name>
0 commit comments