Skip to content

Commit 3555281

Browse files
committed
1.30.5
1 parent 5ec1846 commit 3555281

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.

GameData/ContractConfigurator/ContractConfigurator.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NAME":"Contract Configurator",
33
"URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/GameData/ContractConfigurator/ContractConfigurator.version",
44
"DOWNLOAD":"https://github.com/jrossignol/ContractConfigurator/releases",
5-
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.30.4/CHANGES.txt",
5+
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.30.5/CHANGES.txt",
66
"GITHUB":{
77
"USERNAME":"jrossignol",
88
"REPOSITORY":"ContractConfigurator",
@@ -11,7 +11,7 @@
1111
"VERSION":{
1212
"MAJOR":1,
1313
"MINOR":30,
14-
"PATCH":4,
14+
"PATCH":5,
1515
"BUILD":0
1616
},
1717
"KSP_VERSION":{
0 Bytes
Binary file not shown.

source/CC_RemoteTech/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0")]
36-
[assembly: AssemblyFileVersion("1.30.4")]
37-
[assembly: AssemblyInformationalVersion("1.30.4")]
36+
[assembly: AssemblyFileVersion("1.30.5")]
37+
[assembly: AssemblyInformationalVersion("1.30.5")]
3838
[assembly: KSPAssembly("CC_RemoteTech", 1, 0)]
3939
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
4040
[assembly: KSPAssemblyDependency("RemoteTech", 1, 7)]

source/ContractConfigurator/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
4141
[assembly: AssemblyVersion("1.0")]
42-
[assembly: AssemblyFileVersion("1.30.4")]
43-
[assembly: AssemblyInformationalVersion("1.30.4")]
42+
[assembly: AssemblyFileVersion("1.30.5")]
43+
[assembly: AssemblyInformationalVersion("1.30.5")]
4444
[assembly: KSPAssembly("ContractConfigurator", 1, 0)]

source/KerKonConConExt/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("1.0")]
35-
[assembly: AssemblyFileVersion("1.30.4")]
36-
[assembly: AssemblyInformationalVersion("1.30.4")]
35+
[assembly: AssemblyFileVersion("1.30.5")]
36+
[assembly: AssemblyInformationalVersion("1.30.5")]
3737
[assembly: KSPAssembly("KerKonConConExt", 1, 0)]
3838
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
3939
[assembly: KSPAssemblyDependency("KerbalKonstructs", 0, 9)]

0 commit comments

Comments
 (0)