From 4817f12e9332ba1ea90d3fc7945e54cc8894aef1 Mon Sep 17 00:00:00 2001 From: Diogo Martino Date: Sun, 29 May 2022 15:15:47 +0100 Subject: [PATCH] Bump version --- Steam Auto Shutdown/Steam Auto Shutdown/MainForm.Designer.cs | 2 +- .../Steam Auto Shutdown/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Steam Auto Shutdown/Steam Auto Shutdown/MainForm.Designer.cs b/Steam Auto Shutdown/Steam Auto Shutdown/MainForm.Designer.cs index b78d121..e8090b1 100644 --- a/Steam Auto Shutdown/Steam Auto Shutdown/MainForm.Designer.cs +++ b/Steam Auto Shutdown/Steam Auto Shutdown/MainForm.Designer.cs @@ -421,7 +421,7 @@ private void InitializeComponent() this.materialLabel8.Name = "materialLabel8"; this.materialLabel8.Size = new System.Drawing.Size(21, 13); this.materialLabel8.TabIndex = 34; - this.materialLabel8.Text = "v3.0"; + this.materialLabel8.Text = "v4.0"; this.materialLabel8.Click += new System.EventHandler(this.materialLabel8_Click); // // MainForm diff --git a/Steam Auto Shutdown/Steam Auto Shutdown/Properties/AssemblyInfo.cs b/Steam Auto Shutdown/Steam Auto Shutdown/Properties/AssemblyInfo.cs index ce8bf24..b189661 100644 --- a/Steam Auto Shutdown/Steam Auto Shutdown/Properties/AssemblyInfo.cs +++ b/Steam Auto Shutdown/Steam Auto Shutdown/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("3.0.0")] +[assembly: AssemblyFileVersion("4.0.0")]