Skip to content

Commit affd958

Browse files
committed
Bump to version 1.0.2
1 parent 2666ffa commit affd958

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ spongestart {
3737
eula true
3838

3939
minecraft '1.11.2'
40-
type 'bleeding'
41-
spongeForgeVersion '1.11.2-2282-6.0.0-BETA-2297'
42-
40+
type 'stable'
4341
}
4442

4543
dependencies {

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.1",
34+
version = "1.0.2",
3535
description = "A simple player protection and control plugin.",
3636
authors = {
3737
"Zerthick"

0 commit comments

Comments
 (0)