Skip to content

Commit

Permalink
Merge pull request #141 from raidernick/master
Browse files Browse the repository at this point in the history
RN update to 13.1.0 for ksp 1.3.1
  • Loading branch information
raidernick authored Apr 26, 2018
2 parents e5081a6 + 6b3f5b4 commit a3a6adc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified GameData/RealSolarSystem/Plugins/RealSolarSystem.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/RealSolarSystem/RealSolarSystem.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"URL": "https://raw.githubusercontent.com/KSP-RO/RealSolarSystem/master/RealSolarSystem/RealSolarSystem.version",
"VERSION": {
"MAJOR": 13,
"MINOR": 0,
"MINOR": 1,
"PATCH": 0
},
"KSP_VERSION_MIN": {
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RealSolarSystem")]
[assembly: AssemblyCopyright("Copyright © 2014 - 2017")]
[assembly: AssemblyCopyright("Copyright © 2014 - 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -36,5 +36,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.13.0.0")]
[assembly: AssemblyFileVersion("0.13.0.0")]
[assembly: AssemblyVersion("0.13.1.0")]
[assembly: AssemblyFileVersion("0.13.1.0")]

0 comments on commit a3a6adc

Please sign in to comment.