Skip to content

Commit 5d5caa5

Browse files
committed
Update latest version in README following release of 1.1
1 parent 92645b5 commit 5d5caa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ See further example usage below and in the
7777
[JavaDoc documentation](http://s3.jamesmurty.com/java-xmlbuilder/index.html).
7878

7979
Download a Jar file containing the latest version
80-
[java-xmlbuilder-1.0.jar](http://s3.jamesmurty.com/java-xmlbuilder/java-xmlbuilder-1.0.jar).
80+
[java-xmlbuilder-1.1.jar](http://s3.jamesmurty.com/java-xmlbuilder/java-xmlbuilder-1.1.jar).
8181

8282
Maven users can add this project as a dependency with the following additions
8383
to a POM.xml file:
@@ -88,7 +88,7 @@ to a POM.xml file:
8888
<dependency>
8989
<groupId>com.jamesmurty.utils</groupId>
9090
<artifactId>java-xmlbuilder</artifactId>
91-
<version>1.0</version>
91+
<version>1.1</version>
9292
</dependency>
9393
. . .
9494
</dependencies>

0 commit comments

Comments
 (0)