diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index b36a147..371a752 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -75,7 +75,7 @@ private void InitializeComponent() this.KeyPreview = true; this.MaximizeBox = false; this.Name = "MainForm"; - this.Text = "RazerSnake v. 1.1.1"; + this.Text = "RazerSnake v. 1.1.2"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown); diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 34f79a6..29a4c09 100644 --- a/Properties/AssemblyInfo.cs +++ b/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.1.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] \ No newline at end of file diff --git a/RazerSnake.csproj b/RazerSnake.csproj index 35d42e2..ea54656 100644 --- a/RazerSnake.csproj +++ b/RazerSnake.csproj @@ -41,8 +41,8 @@ packages\JetBrains.Annotations.2022.1.0\lib\net20\JetBrains.Annotations.dll - - packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll True