Skip to content

Commit

Permalink
Bump version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jan 16, 2022
1 parent 359c51e commit 34719de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.12.8

# Mod Properties
mod_version = 5.2.0
mod_version = 5.3.0
maven_group = io.github.cottonmc
archives_base_name = LibGui

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ public InputResult onMouseScroll(int x, int y, double amount) {
/**
* Gets the {@link io.github.cottonmc.cotton.gui.widget.WScrollBar} attached to this panel.
*
* @return the scroll bar bundled.
* @return the scroll bar bundled
* @since 5.3.0
*/
public WScrollBar getScrollBar() {
return scrollBar;
}

}

0 comments on commit 34719de

Please sign in to comment.