Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 5d4fd0f

Browse files
committed
[skip] update changelog
1 parent e184a13 commit 5d4fd0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### 3.1.6
44

55
- Implement more options for the Inventory HUD (#173)
6+
- Add Skin Manager (#176)
67

78
### 3.1.5
89

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ subprojects {
9292
return@forEach
9393
}
9494
val oldName = old.fileName.toString()
95-
val oldVer = oldName.substring(0, oldName.indexOf("+"))
95+
val oldVer = oldName.substringBefore("+")
9696
val mcVer = oldName.substring(oldName.indexOf("+") + 1, oldName.length - 4).removeSuffix("-sources")
9797
if (!project.version.toString().contains(mcVer)) {
9898
return@forEach

0 commit comments

Comments
 (0)