Skip to content

Commit

Permalink
Update version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed May 25, 2020
1 parent fcdb148 commit 2d0f584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Astrogator.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION": {
"MAJOR": 0,
"MINOR": 10,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
6 changes: 3 additions & 3 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HebaruSan")]
[assembly: AssemblyProduct("Astrogator")]
[assembly: AssemblyCopyright("Copyright © 2017-2019")]
[assembly: AssemblyCopyright("Copyright © 2017-2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.10.0.0")]
[assembly: AssemblyFileVersion("0.10.0.0")]
[assembly: AssemblyVersion("0.10.1.0")]
[assembly: AssemblyFileVersion("0.10.1.0")]

0 comments on commit 2d0f584

Please sign in to comment.