Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 8, 2022
1 parent d74a05c commit a7b5ac0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ xml-objects is licensed under the [Apache License, Version 2.0](http://www.apach
See the `LICENSE` file for more details.

## Latest release
The latest stable release of xml-objects is 1.0.0.
The latest stable release of xml-objects is 1.0.1.

Download the latest xml-objects release binaries [here](https://github.com/xmlobjects/xml-objects/releases/tag/v1.0.0).
Download the latest xml-objects release binaries [here](https://github.com/xmlobjects/xml-objects/releases/latest).
Previous releases are available from the [releases section](https://github.com/xmlobjects/xml-objects/releases).

## Contributing
Expand Down Expand Up @@ -44,7 +44,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad
<dependency>
<groupId>org.xmlobjects</groupId>
<artifactId>xml-objects</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand All @@ -56,6 +56,6 @@ repositories {
}
dependencies {
compile 'org.xmlobjects:xml-objects:1.0.0'
compile 'org.xmlobjects:xml-objects:1.0.1'
}
```

0 comments on commit a7b5ac0

Please sign in to comment.