Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 005d9df

Browse files
committed
Update changelog and add fabric-language-kotlin as dependency
Signed-off-by: DeathsGun <deathsgun@protonmail.com>
1 parent 4b92ec4 commit 005d9df

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Bugs fixed:
22

33
- NullPointerException [#42](https://github.com/DeathsGun/ModManager/issues/42)
4+
- NullPointerException [#61](https://github.com/DeathsGun/ModManager/issues/64)
5+
- Forge versions shown as update [#56](https://github.com/DeathsGun/ModManager/issues/56)
46

57
Improvements:
68

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@ task publishModrinth(type: TaskModrinthUpload) {
104104
addGameVersion(project.minecraft_version)
105105
addLoader("fabric")
106106
addDependency("E4QBMVtO", Dependency.DependencyType.REQUIRED)
107+
addDependency("1qsZV7U7", Dependency.DependencyType.REQUIRED)
107108
changelog = file("CHANGELOG.md").getText("UTF-8")
108109
}

0 commit comments

Comments
 (0)