Skip to content

Commit

Permalink
1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Jul 23, 2016
1 parent cc8a0b0 commit 40d3a15
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Binary file modified GameData/ContractConfigurator/CC_RemoteTech.dll
Binary file not shown.
Binary file modified GameData/ContractConfigurator/ContractConfigurator.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/ContractConfigurator.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"NAME":"Contract Configurator",
"URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/GameData/ContractConfigurator/ContractConfigurator.version",
"DOWNLOAD":"https://github.com/jrossignol/ContractConfigurator/releases",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.15.2/CHANGES.txt",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.15.3/CHANGES.txt",
"GITHUB":{
"USERNAME":"jrossignol",
"REPOSITORY":"ContractConfigurator",
"ALLOW_PRE_RELEASE":true
"ALLOW_PRE_RELEASE":false
},
"VERSION":{
"MAJOR":1,
"MINOR":15,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
4 changes: 2 additions & 2 deletions source/CC_RemoteTech/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.15.2")]
[assembly: AssemblyInformationalVersion("1.15.2")]
[assembly: AssemblyFileVersion("1.15.3")]
[assembly: AssemblyInformationalVersion("1.15.3")]
[assembly: KSPAssembly("CC_RemoteTech", 1, 0)]
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
[assembly: KSPAssemblyDependency("RemoteTech", 1, 7)]
4 changes: 2 additions & 2 deletions source/ContractConfigurator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.15.2")]
[assembly: AssemblyInformationalVersion("1.15.2")]
[assembly: AssemblyFileVersion("1.15.3")]
[assembly: AssemblyInformationalVersion("1.15.3")]
[assembly: KSPAssembly("ContractConfigurator", 1, 0)]

0 comments on commit 40d3a15

Please sign in to comment.