Skip to content

Commit

Permalink
bump version to 0.9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Apr 20, 2023
1 parent 9c3530a commit f3dd146
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion KerbalVR_Mod/GameData/KerbalVR/KerbalVR.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"MAJOR": 0,
"MINOR": 9,
"PATCH": 2,
"PATCH": 3,
"BUILD": 0
},
"KSP_VERSION":
Expand Down
6 changes: 3 additions & 3 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.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
[assembly: AssemblyVersion("0.9.3.0")]
[assembly: AssemblyFileVersion("0.9.3.0")]


[assembly: KSPAssembly("KerbalVR-MAS", 0, 9, 2)]
[assembly: KSPAssembly("KerbalVR-MAS", 0, 9, 3)]

[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.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
[assembly: AssemblyVersion("0.9.3.0")]
[assembly: AssemblyFileVersion("0.9.3.0")]

[assembly: KSPAssembly("KerbalVR-RPM", 0, 9, 2)]
[assembly: KSPAssembly("KerbalVR-RPM", 0, 9, 3)]

[assembly: KSPAssemblyDependency("RasterPropMonitor", 0, 18)]
6 changes: 3 additions & 3 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.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
[assembly: AssemblyVersion("0.9.3.0")]
[assembly: AssemblyFileVersion("0.9.3.0")]

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

0 comments on commit f3dd146

Please sign in to comment.