From 014e3b9aec531eaab5d4a0d5523a721ac30dbc78 Mon Sep 17 00:00:00 2001 From: Admiral-Fish Date: Sun, 6 Aug 2017 15:02:10 -0700 Subject: [PATCH] Version bump --- RNGReporter/MainForm.Designer.cs | 2 +- RNGReporter/Properties/AssemblyInfo.cs | 4 ++-- appveyor.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RNGReporter/MainForm.Designer.cs b/RNGReporter/MainForm.Designer.cs index 52f5d24..7b30d63 100644 --- a/RNGReporter/MainForm.Designer.cs +++ b/RNGReporter/MainForm.Designer.cs @@ -2115,7 +2115,7 @@ private void InitializeComponent() this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.MainMenuStrip = this.menuStrip1; this.Name = "MainForm"; - this.Text = " RNG Reporter 10.2.0"; + this.Text = " RNG Reporter 10.2.1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.contextMenuStripGrid.ResumeLayout(false); diff --git a/RNGReporter/Properties/AssemblyInfo.cs b/RNGReporter/Properties/AssemblyInfo.cs index 02e6309..55ab245 100644 --- a/RNGReporter/Properties/AssemblyInfo.cs +++ b/RNGReporter/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("10.2.0")] -[assembly: AssemblyFileVersion("10.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("10.2.1")] +[assembly: AssemblyFileVersion("10.2.1")] \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index ea2f044..ef67e1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 10.2.0.{build} +version: 10.2.1.{build} os: Visual Studio 2017 environment: solution_path: RNGReporter.sln