Skip to content

Commit

Permalink
Update doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenMeloche committed Jul 27, 2022
1 parent 7c7b239 commit adfe2eb
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 @@ -132,7 +132,7 @@ For Maven:
<dependency>
<groupId>dev.hayden</groupId>
<artifactId>khealth</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand All @@ -146,7 +146,7 @@ allprojects {
```
```groovy
dependencies {
implementation 'dev.hayden:khealth:2.1.0'
implementation 'dev.hayden:khealth:2.1.1'
}
```

Expand Down

0 comments on commit adfe2eb

Please sign in to comment.