Skip to content

Commit

Permalink
Release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSzabo committed Jul 26, 2024
1 parent 219649a commit 4928f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,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.5.4</version>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -53,7 +53,7 @@ repositories {
}
dependencies {
compileOnly 'gg.auroramc:Aurora:1.5.4'
compileOnly 'gg.auroramc:Aurora:1.5.5'
}
```

Expand All @@ -64,6 +64,6 @@ repositories {
}
dependencies {
compileOnly("gg.auroramc:Aurora:1.5.4")
compileOnly("gg.auroramc:Aurora:1.5.5")
}
```
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.5-SNAPSHOT"
version = "1.5.5"

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit 4928f35

Please sign in to comment.