Skip to content

Commit 86ce029

Browse files
committed
Version number updated in mods.toml and EntryPoint.kt.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 930c3bd commit 86ce029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/projectessentialsspawn/EntryPoint.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class EntryPoint : EssBase() {
2424

2525
init {
2626
modInstance = this
27-
modVersion = "1.14.4-1.1.0.0"
27+
modVersion = "1.14.4-1.1.1"
2828
logBaseInfo()
2929
validateForgeVersion()
3030
logger.debug("Register event bus for $modName mod ...")

src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Spawn/is
44

55
[[mods]]
66
modId="project_essentials_spawn"
7-
version="1.14.4-1.1.0.0"
7+
version="1.14.4-1.1.1"
88
displayName="Project Essentials Spawn"
99
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Spawn/MC-1.14.4/update.json"
1010
displayURL="https://github.com/ProjectEssentials/ProjectEssentials-Spawn"

0 commit comments

Comments
 (0)