Skip to content

Commit

Permalink
bump version number to 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Feb 2, 2023
1 parent 86ca1b3 commit 1f73016
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions KerbalVR_Mod/GameData/KerbalVR/KerbalVR.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"MAJOR": 0,
"MINOR": 9,
"PATCH": 0,
"BUILD": 2
},
"KSP_VERSION":
{
Expand Down
8 changes: 4 additions & 4 deletions KerbalVR_Mod/KerbalVR-MAS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
// 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.8.1")]
[assembly: AssemblyFileVersion("0.8.1")]
[assembly: AssemblyVersion("0.9.0.2")]
[assembly: AssemblyFileVersion("0.9.0.2")]


[assembly: KSPAssembly("KerbalVR-MAS", 0, 8, 1)]
[assembly: KSPAssembly("KerbalVR-MAS", 0, 9, 0)]

// TODO: declare dependency on MAS
[assembly: KSPAssemblyDependency("MOARdVAvionicsSystems", 1, 3)]
6 changes: 3 additions & 3 deletions KerbalVR_Mod/KerbalVR-RPM/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
// 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.8.1")]
[assembly: AssemblyFileVersion("0.8.1")]
[assembly: AssemblyVersion("0.9.0.2")]
[assembly: AssemblyFileVersion("0.9.0.2")]

[assembly: KSPAssembly("KerbalVR-RPM", 0, 8, 1)]
[assembly: KSPAssembly("KerbalVR-RPM", 0, 9, 0)]

[assembly: KSPAssemblyDependency("RasterPropMonitor", 0, 18)]
4 changes: 2 additions & 2 deletions KerbalVR_Mod/KerbalVR/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("0.9.0.2")]
[assembly: AssemblyFileVersion("0.9.0.2")]

[assembly: KSPAssembly("KerbalVR", 0, 9, 0)]

0 comments on commit 1f73016

Please sign in to comment.