Skip to content

Commit

Permalink
Fix #512 and new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv committed May 4, 2018
1 parent eba3831 commit 41568fb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 137 deletions.
4 changes: 2 additions & 2 deletions BDArmory.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: KSPAssembly("BDArmory.Core", 1, 0)]
6 changes: 3 additions & 3 deletions BDArmory/Distribution/GameData/BDArmory/BDArmory.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
{
"MAJOR":1,
"MINOR":2,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":4,
"PATCH":2
"PATCH":3
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":4,
"PATCH":2
"PATCH":3
},
"KSP_VERSION_MAX":
{
Expand Down
8 changes: 7 additions & 1 deletion BDArmory/Distribution/GameData/BDArmory/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
v1.2.0
v1.2.1
* NEW FEATURES:
* Recompiled for KSP 1.4.3.
* FIXES:
* Fixed model path for Flare & Chaff. Issue #512.

v1.2.0

* NEW FEATURES:
* Support for Unity 2017. Icons textures fixed by PapaJoe. Thanks to @SpannerMonkey for chaff/smoke models.
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@ RESOURCE
amount = 42
maxAmount = 42
}

DRAG_CUBE
{
cube = Default,0.06035,0.47415,0.1406,0.06035,0.47415,0.1406,0.06429,0.48925,0.1149,0.06429,0.42815,0.2935,0.05487,0.4389,0.1835,0.05487,0.4394,0.1835, 0,-0.1847,3.198E-08, 0.2372,0.2509,0.2774
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ RESOURCE
amount = 42
maxAmount = 42
}

DRAG_CUBE
{
cube = Default,0.06035,0.47415,0.1406,0.06035,0.47415,0.1406,0.06429,0.48925,0.1149,0.06429,0.42815,0.2935,0.05487,0.4389,0.1835,0.05487,0.4394,0.1835, 0,-0.1847,3.198E-08, 0.2372,0.2509,0.2774
}
}
4 changes: 2 additions & 2 deletions BDArmory/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.2.0.*")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.1.*")]
[assembly: AssemblyFileVersion("1.2.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 41568fb

Please sign in to comment.