Skip to content

Commit

Permalink
Pre-release 0.6.0 for KSP 1.2-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed Oct 4, 2016
1 parent d8351d2 commit 6b0f4d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Binary file modified Plugins/KAS.dll
Binary file not shown.
14 changes: 7 additions & 7 deletions Plugins/KAS.version
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 3
"MINOR": 2,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 1,
"MINOR": 2,
"PATCH": 99
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 3
"MINOR": 2,
"PATCH": 0
},
"NAME": "KAS",
"URL": "https://raw.githubusercontent.com/KospY/KAS/master/kas.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 0,
"MINOR": 5,
"PATCH": 9
"MINOR": 6,
"PATCH": 0
}
}
6 changes: 3 additions & 3 deletions Plugins/Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.9")]
[assembly: AssemblyInformationalVersion("0.5.9 for KSP 1.1.3")]
[assembly: KSPAssembly("KAS", 0, 5)]
[assembly: AssemblyVersion("0.6.0")]
[assembly: AssemblyInformationalVersion("0.6.0-pre for KSP 1.2-pre")]
[assembly: KSPAssembly("KAS", 0, 6)]
4 changes: 2 additions & 2 deletions kas.version
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"VERSION": {
"BUILD": 0,
"MAJOR": 0,
"MINOR": 5,
"PATCH": 9
"MINOR": 6,
"PATCH": 0
}
}

0 comments on commit 6b0f4d0

Please sign in to comment.