Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Aug 25, 2022
1 parent 0111e54 commit 37453a8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions KerbalVR_Mod/GameData/KerbalVR/KerbalVR.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"VERSION":
{
"MAJOR": 0,
"MINOR": 5,
"PATCH": 2
"MINOR": 6,
"PATCH": 0
},
"KSP_VERSION":
{
Expand Down
Binary file modified KerbalVR_Mod/GameData/KerbalVR/Plugins/KerbalVR-RPM.dll
Binary file not shown.
Binary file modified KerbalVR_Mod/GameData/KerbalVR/Plugins/KerbalVR.dll
Binary file not shown.
Binary file modified KerbalVR_Mod/GameData/KerbalVR/Plugins/SteamVR.dll
Binary file not shown.
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,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.5.2")]
[assembly: AssemblyFileVersion("0.5.2")]
[assembly: AssemblyVersion("0.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]

[assembly: KSPAssembly("KerbalVR-RPM", 0, 5, 2)]
[assembly: KSPAssembly("KerbalVR-RPM", 0, 6, 0)]
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.5.2")]
[assembly: AssemblyFileVersion("0.5.2")]
[assembly: AssemblyVersion("0.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]

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

0 comments on commit 37453a8

Please sign in to comment.