Skip to content

Commit

Permalink
docs: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde authored Dec 28, 2024
1 parent c73aa20 commit 174899b
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 @@ -58,7 +58,7 @@ repositories {
}
dependencies {
compileOnly 'com.github.max1mde:HologramLib:1.6.0'
compileOnly 'com.github.max1mde:HologramLib:1.6.1'
}
```
**Maven installation**
Expand All @@ -71,7 +71,7 @@ dependencies {
<dependency>
<groupId>com.github.max1mde</groupId>
<artifactId>HologramLib</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
```
Expand Down

0 comments on commit 174899b

Please sign in to comment.