Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Jan 11, 2016
1 parent 774df7f commit f550338
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,7 +2,7 @@
"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.9.2.1/CHANGES.txt",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/ContractConfigurator/1.9.3/CHANGES.txt",
"GITHUB":{
"USERNAME":"jrossignol",
"REPOSITORY":"ContractConfigurator",
Expand All @@ -11,8 +11,8 @@
"VERSION":{
"MAJOR":1,
"MINOR":9,
"PATCH":2,
"BUILD":1
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
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.9.2")]
[assembly: AssemblyInformationalVersion("1.9.2")]
[assembly: AssemblyFileVersion("1.9.3")]
[assembly: AssemblyInformationalVersion("1.9.3")]
[assembly: KSPAssembly("CC_RemoteTech", 1, 0)]
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
[assembly: KSPAssemblyDependency("RemoteTech", 1, 6)]
4 changes: 2 additions & 2 deletions source/ContractConfigurator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.9.2.1")]
[assembly: AssemblyInformationalVersion("1.9.2.1")]
[assembly: AssemblyFileVersion("1.9.3")]
[assembly: AssemblyInformationalVersion("1.9.3")]
[assembly: KSPAssembly("ContractConfigurator", 1, 0)]

0 comments on commit f550338

Please sign in to comment.