Skip to content

Commit

Permalink
bump: yml version and maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
98ping committed Jan 23, 2024
1 parent aece67a commit 5e835b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ publishing {
maven(MavenPublication) {
groupId = "ltd.matrixstudios"
artifactId = "alchemist"
version = "2.11"
version = "2.12"
from components.java
}
}
Expand Down
2 changes: 1 addition & 1 deletion spigot/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Alchemist
version: 2.11
version: 2.12
main: ltd.matrixstudios.alchemist.AlchemistSpigotPlugin
author: 98ping
softdepend:
Expand Down

0 comments on commit 5e835b4

Please sign in to comment.