Skip to content

Commit 502577b

Browse files
committed
fix mis-versioned StableAPI
1 parent adf1e71 commit 502577b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/falsepattern/lib/util/RenderUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static IIcon getFullTextureIcon(String iconName, int width, int height) {
8989
*
9090
* @param icon The icon to clamp
9191
*/
92-
@StableAPI.Expose(since = "0.10.0")
92+
@StableAPI.Expose(since = "0.12.0")
9393
public static IIcon wrapAsClampedIcon(IIcon icon) {
9494
return new ClampedIcon(icon);
9595
}

0 commit comments

Comments
 (0)