Skip to content

Commit 33e23e5

Browse files
committed
Version bump
1 parent 0d4656d commit 33e23e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33

44
sourceCompatibility = 1.8
55
targetCompatibility = 1.8
6-
version = '1.6b'
6+
version = '1.6c'
77
group = "io.github.hsyyid"
88
archivesBaseName = "AdminShop"
99

src/main/java/io/github/hsyyid/adminshop/AdminShop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import java.util.Set;
3535
import java.util.UUID;
3636

37-
@Plugin(id = "io.github.hsyyid.adminshop", name = "AdminShop", description = "This plugin adds sign shops for users to buy items.", version = "1.6b")
37+
@Plugin(id = "io.github.hsyyid.adminshop", name = "AdminShop", description = "This plugin adds sign shops for users to buy items.", version = "1.6c")
3838
public class AdminShop
3939
{
4040
protected AdminShop()

0 commit comments

Comments
 (0)