Skip to content

Commit 18deef7

Browse files
author
PingIsFun
committed
Bump version to 0.2.1
1 parent c849aba commit 18deef7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ A mod that allows you to change the color of hitboxes.
2626

2727
# Dependencies
2828

29-
- Mod Menu: https://modrinth.com/mod/modmenu
3029
- Cloth Config: https://modrinth.com/mod/cloth-config

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jar {
5959
}
6060

6161

62-
project.ext.changelog = "Testing upload script"
62+
project.ext.changelog = project.changelog
6363
project.ext.versionName = "[1.19.x] HitBox+ ${project.version}"
6464
project.ext.debug = true
6565

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ org.gradle.jvmargs=-Xmx1G
88
loader_version=0.14.10
99

1010
# Mod Properties
11-
mod_version = 0.2.0
11+
mod_version = 0.2.1
12+
changelog = Add a keybind (B) for the config, modmenu is now an optional dependency
1213
maven_group = io.github.pingisfun.hitboxplus
1314
archives_base_name = hitboxplus
1415
release_type = beta

0 commit comments

Comments
 (0)