Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyJayJay committed Aug 24, 2020
1 parent 929b5a7 commit a19dddf
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 @@ -36,7 +36,7 @@ Then add `example-plugin-1.0-TEST.jar` (found in `build/libs`) to your plugins f
<dependency>
<groupId>com.github.johnnyjayjay</groupId>
<artifactId>spigot-maps</artifactId>
<version>2.1</version>
<version>2.1.1</version>
</dependency>
</dependencies>
```
Expand All @@ -49,7 +49,7 @@ repositories {
}
dependencies {
implementation("com.github.johnnyjayjay:spigot-maps:2.1")
implementation("com.github.johnnyjayjay:spigot-maps:2.1.1")
}
```

Expand Down

0 comments on commit a19dddf

Please sign in to comment.