Skip to content

Commit cf82d25

Browse files
committed
Updated changelog.md and update.json.
Updated version number. Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 0f6f110 commit cf82d25

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.14.4-1.2.0.0] - 2020-01-19
10+
11+
### Added
12+
- Compatibility with core module `1.1.0.0` version.
13+
- Compatibility with cooldown module `1.0.2.0` version.
14+
- Sound effect after teleporting on any warp.
15+
- Particles after teleporting on any warp.
16+
- Resistance effect after teleporting on any warp.
17+
18+
### Changed
19+
- Updated dependencies.
20+
- Updated gradle wrapper version to `5.6.4`.
21+
22+
### Removed
23+
- Redundant logger messages.
24+
925
## [1.14.4-1.1.0.0] - 2020-01-12
1026

1127
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kotlinx_serialization_version=0.14.0
1616
ess_core_version=v1.14.4-1.1.0.0
1717
ess_perm_version=v1.14.4-1.1.0.0
1818
ess_cooldown_version=v1.14.4-1.0.2.0
19-
module_version=1.14.4-1.1.1.0
19+
module_version=1.14.4-1.2.0.0
2020
module_name=Project Essentials Warps
2121
module_id=project_essentials_warps
2222
module_vendor=MairwunNx (Pavel Erokhin)

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

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

2424
init {
2525
modInstance = this
26-
modVersion = "1.14.4-1.1.1.0"
26+
modVersion = "1.14.4-1.2.0.0"
2727
logBaseInfo()
2828
validateForgeVersion()
2929
MinecraftForge.EVENT_BUS.register(this)

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-Warps/is
44

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

update.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Warps/releases/tag/v1.14.4-1.1.0.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Warps/releases/tag/v1.14.4-1.2.0.0",
33
"1.14.4": {
4+
"1.14.4-1.2.0.0": " - Updated dependencies.\n - Added compatibility with core module 1.1.0.0 version and with cooldown module 1.0.2.0.\n - Removed redundant logger messages.\n - Updated gradle wrapper version to 5.6.4.\n - Added sound and particles when teleported to any warp.\n - Added resistance effect when teleported to any warp.",
45
"1.14.4-1.1.0.0": " - Removed redundant logger messages.\n - Removed redundant java plugin.\n - Fixed incorrect removing warp.\n - Fixed typos in documentation.\n - Gradle distribution changed to all in gradle-wrapper.properties.\n - Updated forge and kotlinx serialization version.\n - Updated permissions module version.\n - Updated kotlin runtime version.\n - build.gradle file cleanup.\n - Simplified JsonConfiguration in WarpModelUtils.kt\n - Package name cleanup.\n - Improved mod loading performance.\n - Now Permissions module not mandatory.\n - Added CHANGELOG.md file.\n - Added german translations by @BixelPitch.\n - Brazilian portuguese translations by @rafaelcascaslho.",
56
"1.14.4-1.0.0.0": " - Initial release of Project Essentials Warps as Project Essentials part."
67
},
78
"promos": {
8-
"1.14.4-latest": "1.14.4-1.1.0.0",
9-
"1.14.4-recommended": "1.14.4-1.1.0.0"
9+
"1.14.4-latest": "1.14.4-1.2.0.0",
10+
"1.14.4-recommended": "1.14.4-1.2.0.0"
1011
}
1112
}

0 commit comments

Comments
 (0)