Skip to content

Commit 3b37ed9

Browse files
Prepare For Release (2.12.1)
1 parent b56720f commit 3b37ed9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.parallel=true
55

66
groupid=ch.njol
77
name=skript
8-
version=2.12.0
8+
version=2.12.1
99
jarName=Skript.jar
1010
testEnv=java21/paper-1.21.8
1111
testEnvJavaVersion=21

src/main/java/ch/njol/skript/effects/EffEquip.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
})
4646
@Since({
4747
"1.0, 2.7 (multiple entities, unequip), 2.10 (wolves)",
48-
"INSERT VERSION (happy ghasts)"
48+
"2.12.1 (happy ghasts)"
4949
})
5050
public class EffEquip extends Effect {
5151

src/main/java/ch/njol/skript/expressions/ExprArmorSlot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@Keywords("armor")
4747
@Since({
4848
"1.0, 2.8.0 (armor), 2.10 (body armor), 2.12 (saddle)",
49-
"INSERT VERSION (happy ghast)"
49+
"2.12.1 (happy ghast)"
5050
})
5151
public class ExprArmorSlot extends PropertyExpression<LivingEntity, Slot> {
5252

0 commit comments

Comments
 (0)