Skip to content

Commit

Permalink
release: Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Feb 5, 2024
1 parent da525e5 commit bf10a7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ bin/
.classpath
.factorypath
.project
.vscode/
.vscode/

plugin/run/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = io.github.4drian3d
version = 4.0.1-SNAPSHOT
version = 4.0.1
description = A global chat regulator for your Velocity network
url = https://modrinth.com/plugin/chatregulator
id = chatregulator
Expand Down
3 changes: 3 additions & 0 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ tasks {
events("passed", "failed")
}
}
runVelocity {
velocityVersion(libs.versions.velocity.get())
}

compileJava {
options.release.set(17)
Expand Down

0 comments on commit bf10a7a

Please sign in to comment.