Skip to content

Commit

Permalink
Update version to 0.4.0 and KSP 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 12, 2019
1 parent d0f3ced commit 0207266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SmartTank.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"VERSION": {
"MAJOR": 0,
"MINOR": 3,
"MINOR": 4,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 6
"MINOR": 8
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 7
"MINOR": 8
}
}
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]

0 comments on commit 0207266

Please sign in to comment.