From 63f3f2772eeea0aadb360fce849e57e6cac59c4b Mon Sep 17 00:00:00 2001 From: David Rudie Date: Sun, 22 Jul 2018 09:09:36 -0500 Subject: [PATCH] v6.10.1 prep --- CHANGES.md | 10 ++++++---- Snip/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2c653fb..211281f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ CHANGES ======= -**v6.10.0 (2018-Jul-22):** +**v6.10.1 (2018-Jul-22):** +* #304 Snip will now require + administrator access upon launching. +* Fixed version update checking not working. + +**v6.10.0 (2018-Jul-21):** * When enabling save separate files Snip will now save Spotify metadata to Snip_Metadata.json. * #255 Fixed Spotify hotkeys. @@ -10,9 +15,6 @@ CHANGES * Changed Spotify back to AnyCPU from 64-bit. * #299 Fixes Spotify not working since Spotify shut down their desktop API. -* #304 Snip will now require - administrator access upon launching. -* Fixed version update checking not working. **v6.9.5 (2018-Apr-01):** * Updated copyright to 2018. diff --git a/Snip/Properties/AssemblyInfo.cs b/Snip/Properties/AssemblyInfo.cs index 8a77ed4..af6e8a3 100644 --- a/Snip/Properties/AssemblyInfo.cs +++ b/Snip/Properties/AssemblyInfo.cs @@ -54,8 +54,8 @@ // 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("6.10.0.0")] -[assembly: AssemblyFileVersion("6.10.0.0")] +[assembly: AssemblyVersion("6.10.1.0")] +[assembly: AssemblyFileVersion("6.10.1.0")] [assembly: NeutralResourcesLanguageAttribute("en-US")] [assembly: CLSCompliant(false)]