Skip to content

Commit e29727f

Browse files
Version bump (1.0.9), spelling fix
1 parent c72018f commit e29727f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'net.mackenziemolloy.SGPSellGUI'
7-
version '1.0.8'
7+
version '1.0.9'
88
//sourceCompatibility = JavaVersion.VERSION_1_8
99

1010
repositories {

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ options:
4545
pitch: 1
4646
volume: 1
4747
events:
48-
# If you don't want a certain event to have a sound, just set to and invalid value
48+
# If you don't want a certain event to have a sound, just set to an invalid value
4949
# NOTE: THESE DEFAULT VALUES ARE FOR 1.13+
5050
open: BLOCK_CHEST_OPEN
5151
success: ENTITY_VILLAGER_CELEBRATE

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
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.0.8"
7+
version: "1.0.9"
88
api-version: "1.13"
99

1010
authors:
@@ -18,4 +18,4 @@ commands:
1818
description: "Sell Command"
1919
aliases:
2020
- "sg"
21-
- "sell"
21+
- "sellg"

0 commit comments

Comments
 (0)