Skip to content

Commit

Permalink
Merge pull request #32 from Bloodsucker/30-release-110
Browse files Browse the repository at this point in the history
Preparations for v1.1.0
  • Loading branch information
Bloodsucker authored Feb 13, 2024
2 parents 52f77e2 + 6c52b90 commit 3c7d638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BetterRocketDesigns/BetterRocketDesigns.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum ToolbarButtonMode
[KSPAddon(KSPAddon.Startup.EditorAny, false)]
public class BetterRocketDesigns : MonoBehaviour
{
public const string VERSION = "1.0.0";
public const string VERSION = "1.1.0";

private RocketDesignManager _rocketDesignManager;
private ApplicationLauncherButton _toolbarButton;
Expand Down
4 changes: 2 additions & 2 deletions BetterRocketDesigns/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 3c7d638

Please sign in to comment.