Skip to content

Commit

Permalink
bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Aug 11, 2022
1 parent 3e73dd8 commit c8b3740
Show file tree
Hide file tree
Showing 5 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 @@ -6,7 +6,7 @@
{
"MAJOR": 0,
"MINOR": 5,
"PATCH": 1
"PATCH": 2
},
"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.
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.1")]
[assembly: AssemblyFileVersion("0.5.1")]
[assembly: AssemblyVersion("0.5.2")]
[assembly: AssemblyFileVersion("0.5.2")]

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

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

0 comments on commit c8b3740

Please sign in to comment.