File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
kotlin/com/mairwunnx/projectessentials/projectessentialsspawn Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ dependencies {
9191 compile(
9292 group : " com.github.projectessentials" ,
9393 name : " ProjectEssentials-Permissions" ,
94- version : " v1.14.4-0.1.0.1 "
94+ version : " v1.14.4-0.1.0.2 "
9595 )
9696}
9797
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mappingsChannelVersion=20190719-1.14.3
1414kotlinJdkVersionTarget =jdk8
1515kotlinxSerializationVersion =0.12.0
1616kotlinVersion =1.3.50
17- projectEssentialsVersion =1.14.4-1.0.0.1
17+ projectEssentialsVersion =1.14.4-1.0.0.2
1818projectEssentialsName =Project Essentials Spawn
1919projectEssentialsId =project_essentials_spawn
2020projectEssentialsVendor =MairwunNx (Pavel Erokhin)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import org.apache.logging.log4j.LogManager
2121const val MOD_ID = " project_essentials_spawn"
2222const val MOD_NAME = " Project Essentials Spawn"
2323const val PART_OF_MOD = " Project Essentials"
24- const val MOD_VERSION = " 1.14.4-1.0.0.0 "
24+ const val MOD_VERSION = " 1.14.4-1.0.0.2 "
2525const val MOD_MAINTAINER = " MairwunNx (Pavel Erokhin)"
2626const val MOD_TARGET_FORGE = " 28.0.X"
2727const val MOD_TARGET_FORGE_REGEX = " ^28\\ .0\\ ..\\ d{1,}|28\\ .0\\ .[\\ d]\$ "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Spawn/is
44
55[[mods ]]
66 modId =" project_essentials_spawn"
7- version =" 1.14.4-1.0.0.1 "
7+ version =" 1.14.4-1.0.0.2 "
88 displayName =" Project Essentials Spawn"
99 updateJSONURL =" https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Spawn/MC-1.14.4/update.json"
1010 displayURL =" https://github.com/ProjectEssentials/ProjectEssentials-Spawn"
Original file line number Diff line number Diff line change 11{
2- "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases/tag/v1.14.4-1.0.0.1 " ,
2+ "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases/tag/v1.14.4-1.0.0.2 " ,
33 "1.14.4" : {
4- "1.14.4-1.0.0.1 " : " - Fixed some wrong meta information for mod ."
4+ "1.14.4-1.0.0.2 " : " - Updated permissions API dependency ."
55 },
66 "promos" : {
7- "1.14.4-latest" : " 1.14.4-1.0.0.1 " ,
8- "1.14.4-recommended" : " 1.14.4-1.0.0.1 "
7+ "1.14.4-latest" : " 1.14.4-1.0.0.2 " ,
8+ "1.14.4-recommended" : " 1.14.4-1.0.0.2 "
99 }
1010}
You can’t perform that action at this time.
0 commit comments