Skip to content

Commit 7e1746c

Browse files
committed
Version number updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent d2a1f49 commit 7e1746c

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

changelog.md

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

77
## [Unreleased]
88

9+
## [1.14.4-0.3.0] - 2020-01-28
10+
911
## [1.14.4-0.2.0] - 2020-01-20
1012

1113
### Added
@@ -41,4 +43,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143
## [1.14.4-0.1.0 ~~.0~~] - 2019-10-18
4244

4345
### Added
44-
- Initial release of Project Essentials Chat as Project Essentials part.
46+
- Initial release of Project Essentials Chat as Project Essentials part.

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-0.2.0
19+
module_version=1.14.4-0.3.0
2020
module_name=Project Essentials Chat
2121
module_id=project_essentials_chat
2222
module_vendor=MairwunNx (Pavel Erokhin)

src/main/kotlin/com/mairwunnx/projectessentials/chat/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-0.2.0"
27+
modVersion = "1.14.4-0.3.0"
2828
logBaseInfo()
2929
validateForgeVersion()
3030
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-Chat/iss
44

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

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-0.2.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Warps/releases/tag/v1.14.4-0.3.0",
33
"1.14.4": {
4+
"1.14.4-0.3.0": " - ",
45
"1.14.4-0.2.0": " - German translation added by @1LiterZinalco.\n - Swedish translation added by @robbinworks\n - Pt translation fixed and add french translation by @dudangel\n - Spanish translation by @drcabral\n - Resolved #2. (mention all players with `@all` in message added.)\n - Permission `ess.chat.mention.all` for mention all players added.\n - Chat messaging delay implemented.\n - Simple Anti-advertising implemented.\n - Essentials dependencies updated, build.gradle cleanup.\n - `kolinx-serialization` and kotlin runtime updated.\n - Forge version updated to `28.1.114`.\n - Version in mods.toml updated.\n - Permissions is not mandatory dependency.\n - `isCommonChat` function now is public.\n - `JsonConfiguration` simplified in `ChatModelUtils.kt`.\n - `ChatModelBase` renamed to `ChatModelUtils.kt`.\n - Using command block parameters as mention fixed (`@e` etc).\n - Quick reply on message when common chat enabled fixed.\n - Incorrect version, not matches semver regex fixed.\n - Resolved #1. Redundant checking on null removed.\n - Ability to self mention, when mentioned all players by you removed.",
56
"1.14.4-0.1.0.0": " - Initial release of Project Essentials Chat as Project Essentials part."
67
},
78
"promos": {
8-
"1.14.4-latest": "1.14.4-0.2.0",
9-
"1.14.4-recommended": "1.14.4-0.2.0"
9+
"1.14.4-latest": "1.14.4-0.3.0",
10+
"1.14.4-recommended": "1.14.4-0.3.0"
1011
}
1112
}

0 commit comments

Comments
 (0)