Update SelectRoot

- Wwitch to date based versioning since releases don't have
  specific versions
This commit is contained in:
Dwayne Bent 2015-05-19 09:38:26 -04:00
parent 2cc9d5d4f5
commit 978518c9c3
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "SelectRoot",
"name": "Select Root",
"abstract": "Fixes stock root part selection awkwardness.",
"author": "FW Industries",
"license": "MIT",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/43208"
},
"version": "2015-05-17",
"ksp_version": "1.0.2",
"download": "https://dl.dropboxusercontent.com/u/7121093/ksp-mods/KSP%5B1.0.2%5DSelectRoot2%5BMay17%5D.zip",
"install": [
{
"file": "GameData/SelectRoot2",
"install_to": "GameData",
"filter": "SelectRoot2Behaviour.cs"
}
]
}