summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 8a8ae1e..067dfae 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -615,7 +615,7 @@ You can download JCommander from the following locations:
<ul>
<li><a href="http://github.com/cbeust/jcommander">Source on github</a></li>
- <li><a href="http://beust.com/jcommander/jcommander-1.5.jar">Jar file</a></li>
+ <li><a href="http://beust.com/jcommander/jcommander-1.6.jar">Jar file</a></li>
<li>Or if you are using Maven, add the following dependency to your <tt>pom.xml</tt>:
<pre class="brush: xml">
@@ -623,7 +623,7 @@ You can download JCommander from the following locations:
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
- <version>1.5</version>
+ <version>1.6</version>
</dependency>
</pre>