Skip to content

Commit

Permalink
Bump the version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Jul 30, 2017
1 parent 15e562b commit c98890f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CommNetConstellation/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
// Don't include the patch revision in the AssemblyVersion - as this will break any dependent
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
// unlikely that there wouldn't be other breaking changes on a minor version change.
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.2")]
[assembly: AssemblyVersion("1.1")]
[assembly: AssemblyFileVersion("1.1.0")]

// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
// does not appear to have a hard requirement to match the assembly version.
[assembly: KSPAssembly("CommNetConstellation", 1, 0)]
[assembly: KSPAssembly("CommNetConstellation", 1, 1)]

0 comments on commit c98890f

Please sign in to comment.