Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed May 30, 2022
1 parent ea80ca6 commit 639211e
Show file tree
Hide file tree
Showing 2 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": 1,
"MINOR": 2,
"PATCH": 0
},
"KSP_VERSION":
Expand Down
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.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]

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

0 comments on commit 639211e

Please sign in to comment.