Skip to content

Commit 6950d16

Browse files
Bump release version to 1.9.2
1 parent eae0546 commit 6950d16

3 files changed

Lines changed: 29 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Version 1.9.2
2+
**Released April 14, 2019**
3+
4+
What's New?
5+
===========
6+
7+
* Recompiled for KSP 1.7
8+
* Updated ModuleManager to 4.0.2
9+
* Support for Restock and RestockPlus Antennas
10+
* Fixed Editor error of cross-section profiles on RemoteTech antennas
11+
12+
Detailed Changelog
13+
==================
14+
15+
Fixed Issues
16+
------------
17+
18+
Pull Requests
19+
-------------
20+
21+
* PR #788: RestockPlus Antenna Support [PR by: xdreaper15]
22+
23+
***
24+
125
# Version 1.9.1.131
226
**Released December 24, 2018**
327

GameData/RemoteTech/RemoteTech.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":9,
15-
"PATCH":1,
15+
"PATCH":2,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
20-
"MINOR":6,
20+
"MINOR":7,
2121
"PATCH":0
2222
},
2323
"KSP_VERSION_MIN":{
2424
"MAJOR":1,
25-
"MINOR":6,
25+
"MINOR":7,
2626
"PATCH":0
2727
},
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
30-
"MINOR":6,
30+
"MINOR":7,
3131
"PATCH":0
3232
}
3333
}

src/RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
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.1")]
40+
[assembly: AssemblyFileVersion("1.9.2")]
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)