Skip to content

Commit 585f6a6

Browse files
committed
Increment version.
1 parent 427d5e3 commit 585f6a6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AutoAction/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion("1.12.1.0")]
31+
[assembly: AssemblyVersion("1.12.2.0")]
3232

3333
// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
3434
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it

GameData/AutoAction/AutoAction.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
{
1313
"MAJOR": 1,
1414
"MINOR": 12,
15-
"PATCH": 1,
15+
"PATCH": 2,
1616
"BUILD": 0
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR": 1,
2121
"MINOR": 12,
22-
"PATCH": 1
22+
"PATCH": 2
2323
},
2424
"KSP_VERSION_MIN":
2525
{
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)