Skip to content

Commit

Permalink
update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
celeduc committed Sep 4, 2017
1 parent b207f59 commit 209c65a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for Maven, you can add the follwing sections to your POM.XML:
<dependency>
<groupId>com.github.multiformats</groupId>
<artifactId>java-multihash</artifactId>
<version>v1.1.0</version>
<version>v1.2.0</version>
</dependency>
</dependencies>
```
Expand Down
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.1.0"/>
<attribute name="Implementation-Version" value="1.2.0"/>
</manifest>
</jar>
</target>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.ipfs</groupId>
<artifactId>multihash</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>multihash</name>
Expand Down

0 comments on commit 209c65a

Please sign in to comment.