Skip to content

Commit bb9cfed

Browse files
committed
changelog.md and update.json updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent c415b43 commit bb9cfed

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

changelog.md

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

77
## [Unreleased]
88

9+
## [1.14.4-1.2.1] - 2020-01-27
10+
11+
### Fixed
12+
- Incorrect operator level for warp commands executing.
13+
914
## [1.14.4-1.2.0.0] - 2020-01-19
1015

1116
### Added

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.2.0.0"
26+
modVersion = "1.14.4-1.2.1"
2727
logBaseInfo()
2828
validateForgeVersion()
2929
MinecraftForge.EVENT_BUS.register(this)

update.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Warps/releases/tag/v1.14.4-1.2.0.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Warps/releases/tag/v1.14.4-1.2.1",
33
"1.14.4": {
4+
"1.14.4-1.2.1": " - Incorrect operator level for warp commands executing fixed.",
45
"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.",
56
"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.",
67
"1.14.4-1.0.0.0": " - Initial release of Project Essentials Warps as Project Essentials part."
78
},
89
"promos": {
9-
"1.14.4-latest": "1.14.4-1.2.0.0",
10-
"1.14.4-recommended": "1.14.4-1.2.0.0"
10+
"1.14.4-latest": "1.14.4-1.2.1",
11+
"1.14.4-recommended": "1.14.4-1.2.1"
1112
}
1213
}

0 commit comments

Comments
 (0)