Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Jun 24, 2022
1 parent 84d75ed commit 4af3a54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": 3,
"MINOR": 4,
"PATCH": 0
},
"KSP_VERSION":
Expand Down
Binary file modified KerbalVR_Mod/GameData/KerbalVR/Plugins/KerbalVR.dll
Binary file not shown.
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.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.4.0")]
[assembly: AssemblyFileVersion("0.4.0")]

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

0 comments on commit 4af3a54

Please sign in to comment.