Skip to content

Commit

Permalink
Bump release version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Nov 21, 2019
1 parent d6fa849 commit 5298791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.4
version: 1.5

# branches
branches:
Expand Down Expand Up @@ -212,7 +212,7 @@
#---------------------------------#

# version format (you need to bump it when changing version)
version: 1.4-{build}-{branch}
version: 1.5-{build}-{branch}

# branches
branches:
Expand Down
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.4")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: AssemblyVersion("1.5")]
[assembly: AssemblyFileVersion("1.5.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, 4)]
[assembly: KSPAssembly("CommNetConstellation", 1, 5)]

0 comments on commit 5298791

Please sign in to comment.