Skip to content

Commit

Permalink
Changed version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allista committed Mar 27, 2018
1 parent c3bfcf5 commit d4879bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions GameData/000_AT_Utils/000_AT_Utils.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
{
"MAJOR":1,
"MINOR":5,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":1
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":3,
"MINOR":4,
"PATCH":1
}
}
8 changes: 4 additions & 4 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

#if NIGHTBUILD
[assembly: AssemblyVersion("1.4.*")]
[assembly: AssemblyVersion("1.5.*")]
#else
[assembly: AssemblyVersion("1.5.0")]
[assembly: AssemblyVersion("1.5.1")]
#endif
[assembly: KSPAssembly("AT_Utils", 1, 5)]

Expand All @@ -43,8 +43,8 @@ public class ModInfo : KSP_AVC_Info
{
public ModInfo()
{
MinKSPVersion = new Version(1,3,1);
MaxKSPVersion = new Version(1,3,1);
MinKSPVersion = new Version(1,4,1);
MaxKSPVersion = new Version(1,4,1);

VersionURL = "https://raw.githubusercontent.com/allista/AT_Utils/master/GameData/000_AT_Utils/000_AT_Utils.version";
UpgradeURL = "https://github.com/allista/AT_Utils/releases";
Expand Down

0 comments on commit d4879bb

Please sign in to comment.