Skip to content

Commit ad9e11f

Browse files
Bump release version to 1.9.11
1 parent 6d318b5 commit ad9e11f

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

Diff for: CHANGES.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Version 1.9.11
2+
**Released June 19, 2021**
3+
4+
What's New?
5+
===========
6+
7+
* Increase the range of RA-15 antenna from 10 Gm to 20 Gm and decrease the power drain rate from 1.10 to 0.95 to be more comparable with Communotron HG-55
8+
* Increase the range of RA-110 antenna from 100 Gm to 250 Gm to be more comparable with CommTech-1
9+
* Add a new misc option of stopping time wrap upon reconnection
10+
* Add support for a new restock-relay-radial-2_v2 antenna (4 HighGain5 antennae stuck together) for RestockPlus KSP 1.11 update
11+
12+
Detailed Changelog
13+
==================
14+
15+
Fixed Issues
16+
------------
17+
18+
* Issue #827: Balance: Deployable/Relay Antennas [requested by: dbackstr]
19+
20+
Pull Requests
21+
-------------
22+
23+
* PR #825: RestockPlus antenna name fix KSP 1.11 update [PR by: Wombatlord]
24+
25+
***
26+
127
# Version 1.9.10
228
**Released January 16, 2021**
329

Diff for: GameData/RemoteTech/RemoteTech.version

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":9,
15-
"PATCH":10,
15+
"PATCH":11,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
2020
"MINOR":11,
21-
"PATCH":0
21+
"PATCH":2
2222
},
2323
"KSP_VERSION_MIN":{
2424
"MAJOR":1,
@@ -28,6 +28,6 @@
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
3030
"MINOR":11,
31-
"PATCH":0
31+
"PATCH":2
3232
}
3333
}

Diff for: appveyor.yml

+2-2
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.10
16+
version: 1.9.11
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.10-{build}-{branch}
221+
version: 1.9.11-{build}-{branch}
222222

223223
# branches
224224
branches:

Diff for: src/RemoteTech/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.10")]
40+
[assembly: AssemblyFileVersion("1.9.11")]
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)