Add Homepage to reflectionPlugin

I think I'm reading the schema correctly, here. I don't know what previous versions of the schema contained, so I'm bumping this file to 1.4
This commit is contained in:
politas 2015-05-18 21:51:52 +10:00
parent 31547bdbae
commit 4bb75fe7a4
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"spec_version" : "v1.2",
"spec_version" : "v1.4",
"identifier" : "ReflectionPlugin",
"name" : "Reflection Plugin for KSP",
"license" : "public-domain",
@ -9,5 +9,6 @@
"ksp_version_min" : "0.24.2",
"download" : "https://github.com/Starwaster/Reflection-Plugin-Continued/blob/Dev/ReflectionPlugin.DEV.1.2.zip?raw=true",
"install" : [ { "file" : "ReflectionPlugin.dll",
"install_to" : "GameData/FASA/Plugins"}]
}
"install_to" : "GameData/FASA/Plugins"}],
"resources" : [ { "homepage" : "http://forum.kerbalspaceprogram.com/threads/70089"}]
}