Skip to content

Commit 209c65a

Browse files
committed
update version to 1.2
1 parent b207f59 commit 209c65a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for Maven, you can add the follwing sections to your POM.XML:
3434
<dependency>
3535
<groupId>com.github.multiformats</groupId>
3636
<artifactId>java-multihash</artifactId>
37-
<version>v1.1.0</version>
37+
<version>v1.2.0</version>
3838
</dependency>
3939
</dependencies>
4040
```

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.ipfs</groupId>
66
<artifactId>multihash</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
<packaging>jar</packaging>
99

1010
<name>multihash</name>

0 commit comments

Comments
 (0)