Skip to content

Commit 090ce01

Browse files
Updated dependencies and bumped version
1 parent 2b4482d commit 090ce01

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Supports all currencies supported by ShopGUIPlus
99

1010
Supports all hooks (HeadDatabase, etc) supported by ShopGUIPlus
1111

12-
Supports from 1.8, to 1.19
12+
Supports from 1.8, to 1.20
1313

1414
Fully customisable messages
1515

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'net.mackenziemolloy.shopguiplus.sellgui'
7-
version '1.1.5'
7+
version '1.1.6'
88

99
repositories {
1010
mavenLocal()
@@ -19,12 +19,12 @@ repositories {
1919
}
2020

2121
dependencies {
22-
compileOnly "org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT"
22+
compileOnly "org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT"
2323
compileOnly 'com.github.brcdev-minecraft:shopgui-api:3.0.0'
2424
compileOnly 'org.jetbrains:annotations:22.0.0'
2525
implementation 'org.apache.commons:commons-lang3:3.12.0'
2626
implementation "dev.triumphteam:triumph-gui:3.1.2"
27-
implementation 'org.bstats:bstats-bukkit:3.0.0'
27+
implementation 'org.bstats:bstats-bukkit:3.0.2'
2828

2929
}
3030

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "An addon for ShopGUIPlus that enables players to easily sell items
44
website: "https://www.spigotmc.org/resources/85170/"
55

66
main: "net.mackenziemolloy.shopguiplus.sellgui.SellGUI"
7-
version: "1.1.5"
7+
version: "1.1.6"
88
api-version: "1.13"
99

1010
authors:

0 commit comments

Comments
 (0)