Skip to content

Commit 67c6a5a

Browse files
committed
Update for 1.8.1 release.
1 parent 1ce9989 commit 67c6a5a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

GameData/RemoteTech/RemoteTech.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"VERSION":{
1313
"MAJOR":1,
1414
"MINOR":8,
15-
"PATCH":0,
15+
"PATCH":1,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":{
1919
"MAJOR":1,
2020
"MINOR":2,
21-
"PATCH":0
21+
"PATCH":1
2222
},
2323
"KSP_VERSION_MIN":{
2424
"MAJOR":1,
@@ -28,6 +28,6 @@
2828
"KSP_VERSION_MAX":{
2929
"MAJOR":1,
3030
"MINOR":2,
31-
"PATCH":0
31+
"PATCH":1
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.8")]
40-
[assembly: AssemblyFileVersion("1.8.0")]
40+
[assembly: AssemblyFileVersion("1.8.1")]
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)