Skip to content

Commit 71c79ec

Browse files
committed
Updated version number in plugin.yml
1 parent 7a5e7a7 commit 71c79ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/me/tom/sparse/spigot/chat/menu/element/GroupElement.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public class GroupElement extends Element implements IElementContainer
1414
/**
1515
* Constructs an element at the given x and y coordinates.
1616
*
17+
* @param parent The parent element of this group. Usually a {@code ChatMenu} or another {@code GroupElement}
1718
* @param x the x coordinate to put this element at
1819
* @param y the y coordinate to put this element at
1920
*/

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: ChatMenuAPI
2-
version: 1
2+
version: 1.1
33
author: Tom
44
main: me.tom.sparse.spigot.chat.menu.CMPlugin

0 commit comments

Comments
 (0)