Skip to content

Commit

Permalink
Version bump preparatory to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
praecipula committed Oct 8, 2018
1 parent 63beb1e commit d474fd5
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 @@ -10,7 +10,7 @@ If you use [Maven](http://maven.apache.org/) to manage dependencies you can incl
<dependency>
<groupId>com.asana</groupId>
<artifactId>asana</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>

Or, you can build the artifact and install it to your local Maven repository:
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.asana</groupId>
<artifactId>asana</artifactId>
<packaging>jar</packaging>
<version>0.8.0</version>
<version>0.8.1</version>
<url>http://maven.apache.org</url>
<name>java-asana</name>
<description>A Java client for the Asana API.</description>
Expand Down

0 comments on commit d474fd5

Please sign in to comment.