Skip to content

Commit 935ea1e

Browse files
committed
More last minute edits
1 parent 73e6012 commit 935ea1e

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"NAME": "KSPProfiler",
3-
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/KSPCommunityFixes.version",
4-
"DOWNLOAD": "https://github.com/KSPModdingLibs/KSPCommunityFixes/releases",
5-
"VERSION": {"MAJOR": 1, "MINOR": 24, "PATCH": 0, "BUILD": 0},
6-
"KSP_VERSION": {"MAJOR": 1, "MINOR": 12, "PATCH": 4},
7-
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 8, "PATCH": 0},
8-
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 12, "PATCH": 4}
3+
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPProfiler/master/GameData/KSPProfiler/KSPProfiler.version",
4+
"DOWNLOAD": "https://github.com/KSPModdingLibs/KSPProfiler/releases",
5+
"VERSION": {"MAJOR": 1, "MINOR": 0, "PATCH": 0, "BUILD": 0},
6+
"KSP_VERSION": {"MAJOR": 1, "MINOR": 12, "PATCH": 5},
7+
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 12, "PATCH": 0},
8+
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 12, "PATCH": 99}
99
}

GameData/KsmUI/KsmUI.version

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"NAME": "KsmUI",
3-
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/KSPCommunityFixes.version",
4-
"DOWNLOAD": "https://github.com/KSPModdingLibs/KSPCommunityFixes/releases",
5-
"VERSION": {"MAJOR": 1, "MINOR": 24, "PATCH": 0, "BUILD": 0},
6-
"KSP_VERSION": {"MAJOR": 1, "MINOR": 12, "PATCH": 4},
7-
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 8, "PATCH": 0},
8-
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 12, "PATCH": 4}
3+
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPProfiler/master/GameData/KsmUI/KsmUI.version",
4+
"DOWNLOAD": "https://github.com/KSPModdingLibs/KSPProfiler/releases",
5+
"VERSION": {"MAJOR": 1, "MINOR": 0, "PATCH": 0, "BUILD": 0},
6+
"KSP_VERSION": {"MAJOR": 1, "MINOR": 12, "PATCH": 5},
7+
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 12, "PATCH": 0},
8+
"KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 12, "PATCH": 99}
99
}

KSPProfiler/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.24.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

KsmUI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.24.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)