Skip to content

Commit

Permalink
1.2.4: Velocity b426+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNugget committed Sep 3, 2024
1 parent d24cf1d commit e07b277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins() {
}

this.group = "net.elytrium"
this.version = "1.2.3"
this.version = "1.2.4"

compileJava() {
sourceCompatibility = 17
Expand Down Expand Up @@ -59,7 +59,7 @@ dependencies() {
implementation("net.elytrium.commons:velocity:1.3.0")
implementation("net.elytrium.commons:utils:1.3.0")
implementation("net.elytrium:serializer:1.1.1")
implementation("net.elytrium:fastprepare:1.0.8")
implementation("net.elytrium:fastprepare:1.0.11")

implementation("org.bstats:bstats-velocity:3.0.2")
}
Expand Down

0 comments on commit e07b277

Please sign in to comment.