Skip to content

Commit ce81e58

Browse files
authored
Bump version to 2.7.0-beta3 (#5574)
1 parent baf5bdd commit ce81e58

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
@@ -1,6 +1,6 @@
11
groupid=ch.njol
22
name=skript
3-
version=2.7.0-beta2
3+
version=2.7.0-beta3
44
jarName=Skript.jar
55
testEnv=java17/paper-1.19.4
66
testEnvJavaVersion=17

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"reset the durability of {_item}",
4444
"set durability of player's held item to 0"
4545
})
46-
@Since("1.2, INSERT VERSION (durability reversed)")
46+
@Since("1.2, 2.7 (durability reversed)")
4747
public class ExprDurability extends SimplePropertyExpression<Object, Long> {
4848

4949
private boolean durability;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"delete targeted entity of player # for players it will delete the target",
6060
"delete target of last spawned zombie # for entities it will make them target-less"
6161
})
62-
@Since("1.4.2, INSERT VERSION (Reset)")
62+
@Since("1.4.2, 2.7 (Reset)")
6363
public class ExprTarget extends PropertyExpression<LivingEntity, Entity> {
6464

6565
static {

0 commit comments

Comments
 (0)