Skip to content

Commit

Permalink
Version bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Sep 13, 2022
1 parent 4860a6b commit 7dff497
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@ -5,7 +5,7 @@
"VERSION":
{
"MAJOR": 0,
"MINOR": 6,
"MINOR": 7,
"PATCH": 0
},
"KSP_VERSION":
Expand Down
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.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]

[assembly: KSPAssembly("KerbalVR-RPM", 0, 6, 0)]
[assembly: KSPAssembly("KerbalVR-RPM", 0, 7, 0)]

[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.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]

[assembly: KSPAssembly("KerbalVR", 0, 6, 0)]
[assembly: KSPAssembly("KerbalVR", 0, 7, 0)]

0 comments on commit 7dff497

Please sign in to comment.