Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnguyenx committed Mar 8, 2017
1 parent c58ea8d commit 5973895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add the dependency:
<dependency>
<groupId>org.prefixcommons</groupId>
<artifactId>curie-util</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.prefixcommons</groupId>
<artifactId>curie-util</artifactId>
<packaging>jar</packaging>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<name>curie-util</name>
<description>Java utility library to translate CURIEs to IRIs and vice-versa.</description>
<url>http://prefixcommons.org</url>
Expand Down

0 comments on commit 5973895

Please sign in to comment.