Skip to content

Commit a961548

Browse files
committed
Changed version number.
1 parent bd260e5 commit a961548

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
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.1.0
1818
projectEssentialsName=Project Essentials Cooldown
1919
projectEssentialsId=project_essentials_cooldown
2020
projectEssentialsVendor=MairwunNx (Pavel Erokhin)

src/main/kotlin/com/mairwunnx/projectessentialscooldown/EntryPoint.kt

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

2020
init {
2121
modInstance = this
22-
modVersion = "1.14.4-1.0.0.0"
22+
modVersion = "1.14.4-1.0.1.0"
2323
logBaseInfo()
2424
validateForgeVersion()
2525
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-Cooldown
44

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

update.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Cooldown/releases/tag/v1.14.4-1.0.0.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Cooldown/releases/tag/v1.14.4-1.0.1.0",
33
"1.14.4": {
4+
"1.14.4-1.0.1.0": " - Fixed bug with not synchronizing cooldowns for command and command aliases.",
45
"1.14.4-1.0.0.0": " - Initial release of CooldownAPI as Project Essentials part."
56
},
67
"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"
8+
"1.14.4-latest": "1.14.4-1.0.1.0",
9+
"1.14.4-recommended": "1.14.4-1.0.1.0"
910
}
1011
}

0 commit comments

Comments
 (0)