Skip to content

Commit 7630fe3

Browse files
committed
Backport for API 5 (1.10.2)
1 parent 8284e6f commit 7630fe3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ repositories {
3636
spongestart {
3737
eula true
3838

39-
minecraft '1.11.2'
39+
minecraft '1.10.2'
4040
type 'bleeding'
41-
spongeForgeVersion '1.11.2-2282-6.0.0-BETA-2297'
42-
4341
}
4442

4543
dependencies {
46-
compile 'org.spongepowered:spongeapi:6.0.0'
44+
compile 'org.spongepowered:spongeapi:5.0.0'
4745
}

src/main/java/io/github/zerthick/protectionperms/ProtectionPerms.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
@Plugin(id = "protectionperms",
3333
name = "ProtectionPerms",
34-
version = "1.0.0",
34+
version = "1.0.1",
3535
description = "A simple player protection and control plugin.",
3636
authors = {
3737
"Zerthick"

0 commit comments

Comments
 (0)