Skip to content

Commit 0205dab

Browse files
Updated version file
1 parent a3fa51e commit 0205dab

6 files changed

Lines changed: 25 additions & 9 deletions

File tree

460 KB
Binary file not shown.

Changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
1.0.1.1
3+
Initial release
4+
5+
1.0.2
6+
Updated for 1.3
7+
8+
1.0.3
9+
Updated for 1.3.1
10+
11+
1.0.4
12+
Updated for 1.4.1
13+
14+
1.0.4.1
15+
Updated version file

GameData/NavBallDockingAlignmentIndicatorCE/NavBallDockingAlignmentIndicatorCE.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"MAJOR": 1,
1212
"MINOR": 0,
1313
"PATCH": 4,
14-
"BUILD": 0
14+
"BUILD": 1
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": 1
2525
},
2626
"KSP_VERSION_MAX": {
2727
"MAJOR": 1,
28-
"MINOR": 3,
28+
"MINOR": 4,
2929
"PATCH": 1
3030
}
3131
}

NavBallDockingAlignmentIndicatorCE.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2030B208-0A11-4F4F-9640-B43A547BFD4D}"
99
ProjectSection(SolutionItems) = preProject
1010
buildRelease.bat = buildRelease.bat
11+
Changelog.txt = Changelog.txt
1112
deploy.bat = deploy.bat
1213
jenkins.txt = jenkins.txt
1314
license.md = license.md

NavBallDockingAlignmentIndicatorCE.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"MAJOR": 1,
1212
"MINOR": 0,
1313
"PATCH": 4,
14-
"BUILD": 0
14+
"BUILD": 1
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": 1
2525
},
2626
"KSP_VERSION_MAX": {
2727
"MAJOR": 1,
28-
"MINOR": 3,
28+
"MINOR": 4,
2929
"PATCH": 1
3030
}
3131
}

NavBallDockingAlignmentIndicatorCE/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("1.0.4.0")]
8+
[assembly: AssemblyVersion("1.0.4.1")]

0 commit comments

Comments
 (0)