Skip to content

Commit

Permalink
bump version to 0.9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Feb 16, 2023
1 parent 262279e commit 831d48c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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 @@ -7,7 +7,7 @@
"MAJOR": 0,
"MINOR": 9,
"PATCH": 1,
"BUILD": 2
"BUILD": 3
},
"KSP_VERSION":
{
Expand Down
6 changes: 3 additions & 3 deletions KerbalVR_Mod/KerbalVR-MAS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
// 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.9.0.2")]
[assembly: AssemblyFileVersion("0.9.0.2")]
[assembly: AssemblyVersion("0.9.1.3")]
[assembly: AssemblyFileVersion("0.9.1.3")]


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

[assembly: KSPAssemblyDependency("MOARdVAvionicsSystems", 1, 3)]
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,9 +32,9 @@
// 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.9.0.2")]
[assembly: AssemblyFileVersion("0.9.0.2")]
[assembly: AssemblyVersion("0.9.1.3")]
[assembly: AssemblyFileVersion("0.9.1.3")]

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

[assembly: KSPAssemblyDependency("RasterPropMonitor", 0, 18)]
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.9.1.2")]
[assembly: AssemblyFileVersion("0.9.1.2")]
[assembly: AssemblyVersion("0.9.1.3")]
[assembly: AssemblyFileVersion("0.9.1.3")]

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

0 comments on commit 831d48c

Please sign in to comment.