Skip to content

Commit

Permalink
release: Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Sep 26, 2023
1 parent e966cc4 commit 05a8908
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions backend/paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ tasks {
}
}
}
runServer {
minecraftVersion("1.20.1")
}
}

paper {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = io.github._4drian3d
version = 1.0.2-SNAPSHOT
version = 1.0.2
description = Allows you to cancel or modify messages or commands from Velocity without synchronization problems
5 changes: 0 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ blossom = "2.1.0"
shadow = "8.1.1"
runvelocity = "2.2.0"

# Utility Libraries
configurate = "4.1.2"
bstats = "3.0.2"

[libraries]
Expand All @@ -23,9 +21,6 @@ paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper"

bstats = { module = "org.bstats:bstats-velocity", version.ref = "bstats" }

configurate-hocon = { module = "org.spongepowered:configurate-hocon", version.ref = "configurate" }
configurate-kotlin = { module = "org.spongepowered:configurate-extra-kotlin", version.ref = "configurate" }

annotations = "org.jetbrains:annotations:24.0.1"

[plugins]
Expand Down

0 comments on commit 05a8908

Please sign in to comment.