Skip to content

Commit a3deb8b

Browse files
authored
Merge pull request #318 from DMagic1/release
Version 18.5
2 parents 16ac646 + d1060a5 commit a3deb8b

File tree

2,684 files changed

+1143
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,684 files changed

+1143
-131
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ sneaky then they can of course be sneaky.
863863

864864
[shield:jenkins-dev]: http://img.shields.io/jenkins/s/https/ksp.sarbian.com/jenkins/SCANsat-dev.svg
865865
[shield:jenkins-rel]: http://img.shields.io/jenkins/s/https/ksp.sarbian.com/jenkins/SCANsat-release.svg
866-
[shield:support-ksp]: http://img.shields.io/badge/for%20KSP-v1.3.1-bad455.svg
866+
[shield:support-ksp]: http://img.shields.io/badge/for%20KSP-v1.4.1-bad455.svg
867867
[shield:support-rpm]: http://img.shields.io/badge/works%20with%20RPM-v0.28.x-a31f34.svg
868868
[shield:support-mm]: http://img.shields.io/badge/works%20with%20MM-v3.x-40b7c0.svg
869869
[shield:support-toolbar]: http://img.shields.io/badge/works%20with%20Blizzy's%20Toolbar-1.7.x-7c69c0.svg
40.4 KB
Binary file not shown.
3.93 KB
Binary file not shown.
31.9 KB
Binary file not shown.
29.8 KB
Binary file not shown.
30.5 KB
Binary file not shown.
1.35 KB
Binary file not shown.

SCANassets/SCANsat.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"MAJOR":1,
1212
"MINOR":1,
1313
"PATCH":8,
14-
"BUILD":4
14+
"BUILD":5
1515
},
1616
"KSP_VERSION":{
1717
"MAJOR":1,
18-
"MINOR":3,
18+
"MINOR":4,
1919
"PATCH":1
2020
},
2121
"KSP_VERSION_MIN":{
2222
"MAJOR":1,
23-
"MINOR":3,
23+
"MINOR":4,
2424
"PATCH":0
2525
},
2626
"KSP_VERSION_MAX":{
2727
"MAJOR":1,
28-
"MINOR":3,
28+
"MINOR":4,
2929
"PATCH":8
3030
}
3131
}

SCANmechjeb/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.8.4.0")]
36-
[assembly: AssemblyFileVersion("1.8.4.0")]
37-
[assembly: AssemblyInformationalVersion ("v18.4")]
35+
[assembly: AssemblyVersion("1.8.5.0")]
36+
[assembly: AssemblyFileVersion("1.8.5.0")]
37+
[assembly: AssemblyInformationalVersion ("v18.5")]
3838

3939
[assembly: KSPAssembly ("SCANmechjeb", 0, 5)]
4040
[assembly: KSPAssemblyDependency ("SCANsat", 1, 8)]

SCANsat.Unity/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("0c523d04-a52e-48bb-85b6-d75e8b7a63b9")]
2424

25-
[assembly: AssemblyVersion("1.8.4.0")]
26-
[assembly: AssemblyFileVersion("1.8.4.0")]
25+
[assembly: AssemblyVersion("1.8.5.0")]
26+
[assembly: AssemblyFileVersion("1.8.5.0")]

0 commit comments

Comments
 (0)