diff --git a/ImageVisualizer/ImageVisualizerForm.Designer.cs b/ImageVisualizer/ImageVisualizerForm.Designer.cs index a7804ab..0838098 100644 --- a/ImageVisualizer/ImageVisualizerForm.Designer.cs +++ b/ImageVisualizer/ImageVisualizerForm.Designer.cs @@ -216,7 +216,7 @@ private void InitializeComponent() this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Image Visualizer 1.2.0"; + this.Text = "Image Visualizer 1.3.0"; this.TopMost = true; this.Shown += new System.EventHandler(this.ImageVisualizerForm_Shown); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageVisualizerForm_KeyDown); diff --git a/ImageVisualizer/Properties/AssemblyInfo.cs b/ImageVisualizer/Properties/AssemblyInfo.cs index 6f2afb5..2114692 100644 --- a/ImageVisualizer/Properties/AssemblyInfo.cs +++ b/ImageVisualizer/Properties/AssemblyInfo.cs @@ -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("1.0.*")] -[assembly: AssemblyVersion("1.2.0")] -[assembly: AssemblyFileVersion("1.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] \ No newline at end of file