Skip to content

Commit

Permalink
Updated version file
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Mar 24, 2018
1 parent a3fa51e commit 0205dab
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 9 deletions.
Binary file modified .vs/NavBallDockingAlignmentIndicatorCE/v15/sqlite3/storage.ide
Binary file not shown.
15 changes: 15 additions & 0 deletions Changelog.txt
@@ -0,0 +1,15 @@

1.0.1.1
Initial release

1.0.2
Updated for 1.3

1.0.3
Updated for 1.3.1

1.0.4
Updated for 1.4.1

1.0.4.1
Updated version file
Expand Up @@ -11,21 +11,21 @@
"MAJOR": 1,
"MINOR": 0,
"PATCH": 4,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1
}
}
1 change: 1 addition & 0 deletions NavBallDockingAlignmentIndicatorCE.sln
Expand Up @@ -8,6 +8,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2030B208-0A11-4F4F-9640-B43A547BFD4D}"
ProjectSection(SolutionItems) = preProject
buildRelease.bat = buildRelease.bat
Changelog.txt = Changelog.txt
deploy.bat = deploy.bat
jenkins.txt = jenkins.txt
license.md = license.md
Expand Down
8 changes: 4 additions & 4 deletions NavBallDockingAlignmentIndicatorCE.version
Expand Up @@ -11,21 +11,21 @@
"MAJOR": 1,
"MINOR": 0,
"PATCH": 4,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 4,
"PATCH": 1
}
}
2 changes: 1 addition & 1 deletion NavBallDockingAlignmentIndicatorCE/AssemblyVersion.cs
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.0.4.1")]

0 comments on commit 0205dab

Please sign in to comment.