We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a219f commit 5f300afCopy full SHA for 5f300af
2 files changed
README.md
@@ -10,7 +10,7 @@ If you use [Maven](http://maven.apache.org/) to manage dependencies you can incl
10
<dependency>
11
<groupId>com.asana</groupId>
12
<artifactId>asana</artifactId>
13
- <version>0.10.2</version>
+ <version>0.10.3</version>
14
</dependency>
15
16
Or, you can build the artifact and install it to your local Maven repository:
pom.xml
@@ -4,7 +4,7 @@
4
5
6
<packaging>jar</packaging>
7
8
<url>http://maven.apache.org</url>
9
<name>java-asana</name>
<description>A Java client for the Asana API.</description>
0 commit comments