Skip to content

Commit d38c9d5

Browse files
Bump release version to 1.9.10
1 parent f14e5d0 commit d38c9d5

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# Version 1.9.10
2+
**Released January 16, 2021**
3+
4+
What's New?
5+
===========
6+
7+
* Add support for a renamed part of HG-5 High Gain Antenna
8+
* Add support for cargo storage of small RemoteTech antennas
9+
* Add new Flight Computer error message on no maneuver node to execute
10+
* Add multiple protections against the construction functionality introduced by KSP 1.11
11+
* Add preventative check of the filter UI against non-existent KSP interface components during loading
12+
13+
Detailed Changelog
14+
==================
15+
16+
Fixed Issues
17+
------------
18+
19+
* Issue #822: stock HG-5 High Gain Antenna renamed [requested by: mcortez]
20+
21+
Pull Requests
22+
-------------
23+
24+
* PR #824: Duplicate config for HighGainAntenna5 for 1.11 [PR by: doubleplush]
25+
26+
***
27+
128
# Version 1.9.9
229
**Released December 19, 2020**
330

GameData/RemoteTech/RemoteTech.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":9,
15-
"PATCH":9,
15+
"PATCH":10,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#---------------------------------#
1414

1515
# version format (you need to bump it when changing version)
16-
version: 1.9.9
16+
version: 1.9.10
1717

1818
# branches
1919
branches:
@@ -218,7 +218,7 @@
218218
#---------------------------------#
219219

220220
# version format (you need to bump it when changing version)
221-
version: 1.9.9-{build}-{branch}
221+
version: 1.9.10-{build}-{branch}
222222

223223
# branches
224224
branches:

src/RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("RemoteTechnologiesGroup")]
1212
[assembly: AssemblyProduct("RemoteTech")]
13-
[assembly: AssemblyCopyright("Copyright © 2013-2020")]
13+
[assembly: AssemblyCopyright("Copyright © 2013-2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -37,7 +37,7 @@
3737
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
3838
// unlikely that there wouldn't be other breaking changes on a minor version change.
3939
[assembly: AssemblyVersion("1.9")]
40-
[assembly: AssemblyFileVersion("1.9.9")]
40+
[assembly: AssemblyFileVersion("1.9.10")]
4141

4242
// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
4343
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it

0 commit comments

Comments
 (0)