Skip to content

Commit 29c3d1f

Browse files
committed
Update to 1.21.4 and fix stray quotation in plugin.yml
1 parent 0b28007 commit 29c3d1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'org.infotoast'
8-
version = '1.4'
8+
version = '2.0'
99

1010
repositories {
1111
mavenCentral()
@@ -52,7 +52,7 @@ processResources {
5252
}
5353

5454
runServer {
55-
minecraftVersion("1.21.3")
55+
minecraftVersion("1.21.4")
5656
}
5757

5858
tasks.assemble {

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commands:
2626
healpet:
2727
description: Heals the tamable animal you're looking at
2828
permission: petcontrol.heal
29-
usage: "/<command>""
29+
usage: "/<command>"
3030

3131
permissions:
3232
petcontrol.petinfo:

0 commit comments

Comments
 (0)