Skip to content

Commit

Permalink
docs: v1.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello committed Sep 4, 2021
1 parent e5ce173 commit 8899ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Install the project by adding the dependency to your pom.xml or build.gradle fil
<dependency>
<groupId>io.github.orienteering-oss</groupId>
<artifactId>iofXml</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
</dependencies>
<!-- ... -->
```

```groovy
implementation group: 'io.github.orienteering-oss', name: 'iofXml', version: '1.0'
implementation group: 'io.github.orienteering-oss', name: 'iofXml', version: '1.1'
```

### Usage
Expand Down

0 comments on commit 8899ecf

Please sign in to comment.