Skip to content

Commit

Permalink
Backport for API 5 (1.10.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthick committed Sep 6, 2017
1 parent 8284e6f commit 7630fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ repositories {
spongestart {
eula true

minecraft '1.11.2'
minecraft '1.10.2'
type 'bleeding'
spongeForgeVersion '1.11.2-2282-6.0.0-BETA-2297'

}

dependencies {
compile 'org.spongepowered:spongeapi:6.0.0'
compile 'org.spongepowered:spongeapi:5.0.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

@Plugin(id = "protectionperms",
name = "ProtectionPerms",
version = "1.0.0",
version = "1.0.1",
description = "A simple player protection and control plugin.",
authors = {
"Zerthick"
Expand Down

0 comments on commit 7630fe3

Please sign in to comment.