Skip to content

Commit 266608c

Browse files
committed
Changed build version.
1 parent c0057c0 commit 266608c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mappingsChannelVersion=20190719-1.14.3
1414
kotlinJdkVersionTarget=jdk8
1515
kotlinxSerializationVersion=0.12.0
1616
kotlinVersion=1.3.50
17-
projectEssentialsVersion=1.14.4-1.0.0.0
17+
projectEssentialsVersion=1.14.4-1.0.0.1
1818
projectEssentialsName=Project Essentials Spawn
1919
projectEssentialsId=project_essentials_spawn
2020
projectEssentialsVendor=MairwunNx (Pavel Erokhin)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Spawn/is
44

55
[[mods]]
66
modId="project_essentials_spawn"
7-
version="1.14.4-1.0.0.0"
7+
version="1.14.4-1.0.0.1"
88
displayName="Project Essentials Spawn"
99
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Spawn/MC-1.14.4/update.json"
10-
displayURL="https://github.com/MairwunNx/ProjectEssentials-Spawn"
10+
displayURL="https://github.com/ProjectEssentials/ProjectEssentials-Spawn"
1111
credits="Thanks JetBrains for Intellij IDEA license!"
1212
authors="MairwunNx (Pavel Erokhin)"
1313
description='''

update.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"homepage": "https://github.com/MairwunNx/ProjectEssentials-Spawn/releases/tag/v1.14.4-1.0.0.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases/tag/v1.14.4-1.0.0.1",
33
"1.14.4": {
4-
"1.14.4-1.0.0.0": " - Initial release."
4+
"1.14.4-1.0.0.1": " - Fixed some wrong meta information for mod."
55
},
66
"promos": {
7-
"1.14.4-latest": "1.14.4-1.0.0.0",
8-
"1.14.4-recommended": "1.14.4-1.0.0.0"
7+
"1.14.4-latest": "1.14.4-1.0.0.1",
8+
"1.14.4-recommended": "1.14.4-1.0.0.1"
99
}
1010
}

0 commit comments

Comments
 (0)