Skip to content

Commit

Permalink
AssemblyVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
allista committed Jul 5, 2020
1 parent ae2d88f commit af726b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#if NIGHTBUILD
[assembly: AssemblyVersion("3.7.*")]
#else
[assembly: AssemblyVersion("3.7.0")]
[assembly: AssemblyVersion("3.7.0.1")]
#endif
[assembly: KSPAssembly("ThrottleControlledAvionics", 3, 7)]

Expand All @@ -47,7 +47,7 @@ public class ModInfo : KSP_AVC_Info
public ModInfo()
{
MinKSPVersion = new Version(1, 9, 0);
MaxKSPVersion = new Version(1, 9, 1);
MaxKSPVersion = new Version(1, 10, 0);

VersionURL = "https://raw.githubusercontent.com/allista/ThrottleControlledAvionics/master/GameData/ThrottleControlledAvionics/ThrottleControlledAvionics.version";
UpgradeURL = "http://spacedock.info/mod/198/Throttle%20Controlled%20Avionics";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":3,
"MINOR":7,
"PATCH":0,
"BUILD":0
"BUILD":1
},
"KSP_VERSION_MIN":
{
Expand All @@ -19,7 +19,7 @@
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":9,
"PATCH":1
"MINOR":10,
"PATCH":0
}
}

0 comments on commit af726b0

Please sign in to comment.