Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde committed Jun 23, 2024
2 parents 617e38e + cd80ac7 commit 74d25fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}
dependencies {
compileOnly 'com.github.max1mde:HologramAPI:1.2.2'
compileOnly 'com.github.max1mde:HologramAPI:1.2.4'
}
```
**Maven installation**
Expand All @@ -42,7 +42,7 @@ dependencies {
<dependency>
<groupId>com.github.max1mde</groupId>
<artifactId>HologramAPI</artifactId>
<version>1.2.2</version>
<version>1.2.4</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -59,3 +59,5 @@ https://github.com/max1mde/HologramAPI/wiki/Getting-started
# Example/Showcase Plugin
https://github.com/max1mde/ExampleHologramPlugin
Contributions to this repo or the example plugin are welcome!

0 comments on commit 74d25fb

Please sign in to comment.