Skip to content

Commit

Permalink
2.0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed Dec 7, 2019
1 parent 5b61076 commit cd76844
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion GameData/Severedsolo/OhScrap/Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ KERBALCHANGELOG //Required to have this name
{
showChangelog = True //To show the changelog, this must be set to True
modName = OhScrap //Add your mod's name here
VERSION
{
version = 2.0.0.1
change = Fix bad JSON in .version file
}
VERSION
{
version = 2.0
Expand Down
12 changes: 6 additions & 6 deletions GameData/Severedsolo/OhScrap/OhScrap.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 7,
"PATCH" : 1,
"MINOR" : 8,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 7,
"PATCH" : 3
"MINOR" : 8,
"PATCH" : 1
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 7,
"MINOR" : 8,
"PATCH" : 0
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 7,
"MINOR" : 8,
"PATCH" : 99
},
"INSTALL_LOC":
Expand Down

0 comments on commit cd76844

Please sign in to comment.