File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
kotlin/com/mairwunnx/projectessentials/backup Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.14.4-1.0.0] - 2020-01-28
11+
1012## [ 1.14.4-1.0.0] - 2020-01-26
1113
1214### Added
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ zt_zip_version=1.13
1818ess_core_version =v1.14.4-1.1.+
1919ess_perm_version =v1.14.4-1.1.+
2020ess_cooldown_version =v1.14.4-1.0.+
21- module_version =1.14.4-1.0.0
21+ module_version =1.14.4-1.0.1
2222module_name =Project Essentials Backup
2323module_id =project_essentials_backup
2424module_vendor =MairwunNx (Pavel Erokhin)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class EntryPoint : EssBase() {
1616 private val logger = LogManager .getLogger()
1717
1818 init {
19- modVersion = " 1.14.4-1.0.0 "
19+ modVersion = " 1.14.4-1.0.1 "
2020 logBaseInfo()
2121 validateForgeVersion()
2222 MinecraftForge .EVENT_BUS .register(this )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Backup/i
44
55[[mods ]]
66 modId =" project_essentials_backup"
7- version =" 1.14.4-1.0.0 "
7+ version =" 1.14.4-1.0.1 "
88 displayName =" Project Essentials Backup"
99 updateJSONURL =" https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Backup/MC-1.14.4/update.json"
1010 displayURL =" https://github.com/ProjectEssentials/ProjectEssentials-Backup"
Original file line number Diff line number Diff line change 11{
2- "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Backup/releases/tag/v1.14.4-1.0.0 " ,
2+ "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Backup/releases/tag/v1.14.4-1.0.1 " ,
33 "1.14.4" : {
4+ "1.14.4-1.0.1" : " - Changelog for 1.14.4-1.0.1 https://github.com/ProjectEssentials/ProjectEssentials-Backup/blob/MC-1.14.4/changelog.md#1144-101---2020-01-28" ,
45 "1.14.4-1.0.0" : " - Changelog for 1.14.4-1.0.0 https://github.com/ProjectEssentials/ProjectEssentials-Backup/blob/MC-1.14.4/changelog.md#1144-100---2020-01-26"
56 },
67 "promos" : {
7- "1.14.4-latest" : " 1.14.4-1.0.0 " ,
8- "1.14.4-recommended" : " 1.14.4-1.0.0 "
8+ "1.14.4-latest" : " 1.14.4-1.0.1 " ,
9+ "1.14.4-recommended" : " 1.14.4-1.0.1 "
910 }
1011}
You can’t perform that action at this time.
0 commit comments