Skip to content

Commit

Permalink
New release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv committed Apr 9, 2020
1 parent a6c4bc4 commit 60493ef
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 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.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
[assembly: KSPAssembly("BDArmory.Core", 1, 0)]
4 changes: 2 additions & 2 deletions BDArmory/Distribution/GameData/BDArmory/BDArmory.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":9,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":
{
Expand Down
9 changes: 8 additions & 1 deletion BDArmory/Distribution/GameData/BDArmory/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
v1.3.3
v1.3.4
* NEW FEATURES:
* Recompiled for KSP 1.9.1
* FIXES
* Shaders compatibility for Mac / Linux
* Missiles problem regarding locking and losing lock affecting heat and radar missiles. (Thanks to TheKurgan to find the problematic commit)

v1.3.3
* NEW FEATURES:
* Recompiled for KSP 1.9.0
* Localization en-us and zh-cn (Thanks to tinygrox!)
Expand Down
4 changes: 2 additions & 2 deletions BDArmory/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.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 60493ef

Please sign in to comment.