Skip to content

Commit

Permalink
chore: Bumped version to 0.7.6b1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeGodSRC committed Jul 1, 2024
1 parent a7d7bad commit 59a4900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ tasks.withType(ShadowJar::class.java) {
relocate("com.github.retrooper.packetevents", "io.fairyproject.libs.packetevents")
relocate("io.github.retrooper.packetevents", "io.fairyproject.libs.packetevents")
relocate("io.fairyproject.bootstrap", "io.fairyproject.library.bootstrap")
relocate("de.tr7zw.changeme.nbtapi", "io.faryprojects.libs.nbtapi")
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group = io.fairyproject.library
name = fairy

# Fairy version
version = 0.7.6b1-dev-SNAPSHOT
version = 0.7.6b1

# Spigot version
spigot.version = 1.16.5
Expand Down

0 comments on commit 59a4900

Please sign in to comment.