Skip to content

Commit

Permalink
fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jul 29, 2020
1 parent 2ff5007 commit 9784ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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="cid"/>
<attribute name="Implementation-Version" value="1.0.1"/>
<attribute name="Implementation-Version" value="1.3.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>com.github.ipld</groupId>
<artifactId>java-cid</artifactId>
<version>v1.3.0-SNAPSHOT</version>
<version>v1.3.0</version>
<packaging>jar</packaging>

<name>cid</name>
Expand Down

0 comments on commit 9784ca9

Please sign in to comment.