Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSzabo committed Jul 14, 2024
1 parent 396bf8c commit 90c4eff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ It provides the following utilities:
which integrates with Multiverse-Core and WildRegeneration for cleanup. It can even handle manual chunk deletions.
- WorldGuard expansion to provide events like `PlayerRegionEnterEvent` and `PlayerRegionLeaveEvent`
- `CommandDispatcher` to easily dispatch commands from config files
- Leaderboard expansion with APIs to handle multiple leaderboards

## Include it in your project

Expand All @@ -37,7 +38,7 @@ which integrates with Multiverse-Core and WildRegeneration for cleanup. It can e
<dependency>
<groupId>gg.auroramc</groupId>
<artifactId>Aurora</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -52,7 +53,7 @@ repositories {
}
dependencies {
compileOnly 'gg.auroramc:Aurora:1.4.2'
compileOnly 'gg.auroramc:Aurora:1.5.0'
}
```

Expand All @@ -63,6 +64,6 @@ repositories {
}
dependencies {
compileOnly("gg.auroramc:Aurora:1.4.2")
compileOnly("gg.auroramc:Aurora:1.5.0")
}
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = "gg.auroramc"
version = "1.5.0-SNAPSHOT"
version = "1.5.0"

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit 90c4eff

Please sign in to comment.