Skip to content

Commit

Permalink
Updated internal assembly number, needed for new mod
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Jul 1, 2023
1 parent b5f41d7 commit 948d2af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ChangeLog

0.1.9.10 (unreleased)
1.9.10.11
Updated internal assembly number, needed for new mod

0.1.9.10
Added check for null image var when loading from file, if null, allocates a small texture first

0.1.9.9
Expand Down
2 changes: 1 addition & 1 deletion ToolbarControl.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 9,
"BUILD": 10
"BUILD": 11
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion ToolbarControl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: KSPAssembly("ToolbarController", 1, 0)]
[assembly: KSPAssembly("ToolbarController", 1, 0, 1)]
[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]

0 comments on commit 948d2af

Please sign in to comment.