diff --git a/Main.Designer.cs b/Main.Designer.cs index a55004e..1c2ab35 100644 --- a/Main.Designer.cs +++ b/Main.Designer.cs @@ -702,7 +702,7 @@ private void InitializeComponent() this.Name = "MainForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "AeroShot Mini v1.4.0 - Settings"; + this.Text = "AeroShot Mini v1.5.0 - Settings"; ((System.ComponentModel.ISupportInitialize)(this.windowHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.windowWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkerValue)).EndInit(); diff --git a/Program.cs b/Program.cs index 539e73e..6148c76 100644 --- a/Program.cs +++ b/Program.cs @@ -24,8 +24,8 @@ You should have received a copy of the GNU General Public License [assembly: AssemblyProduct("AeroShot Mini")] [assembly: AssemblyDescription("Screenshot capture utility for Windows Aero")] [assembly: AssemblyCopyright("© 2015 toe_head2001")] -[assembly: AssemblyVersion("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] [assembly: ComVisible(false)] namespace AeroShot