Merge pull request #650 from Murdabenne/Toolbar-add-minmax

Toolbar: added min-max KSP versions
This commit is contained in:
Paul Fenwick 2015-06-29 11:35:46 +10:00
commit c95e7d1e84
1 changed files with 14 additions and 13 deletions

View File

@ -1,18 +1,19 @@
{
"spec_version" : 1,
"name" : "Toolbar",
"author" : "blizzy78",
"identifier" : "Toolbar",
"abstract" : "API for third-party plugins to provide toolbar buttons",
"download" : "http://blizzy.de/toolbar/Toolbar-1.7.9.zip",
"license" : "BSD-2-clause",
"version" : "1.7.9",
"release_status" : "stable",
"ksp_version" : "1.0.2",
"comment" : "version.txt only defines 1.0.2, probably works for all ksp_version 1.0",
"spec_version" : 1,
"name" : "Toolbar",
"author" : "blizzy78",
"identifier" : "Toolbar",
"abstract" : "API for third-party plugins to provide toolbar buttons",
"download" : "http://blizzy.de/toolbar/Toolbar-1.7.9.zip",
"license" : "BSD-2-clause",
"version" : "1.7.9",
"release_status" : "stable",
"ksp_version_min" : "1.0.2",
"ksp_version_max" : "1.0.4",
"comment" : "version.txt only defines 1.0.2, probably works for all ksp_version 1.0",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/60863",
"repository" : "https://github.com/blizzy78/ksp_toolbar"
"homepage" : "http://forum.kerbalspaceprogram.com/threads/60863",
"repository" : "https://github.com/blizzy78/ksp_toolbar"
},
"install" : [
{