Skip to content

Commit

Permalink
bump version number to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Jan 6, 2023
1 parent b5c1649 commit 348e598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": 8,
"PATCH": 1,
"MINOR": 9,
"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.8.1")]
[assembly: AssemblyFileVersion("0.8.1")]
[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]

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

0 comments on commit 348e598

Please sign in to comment.