Skip to content

Commit

Permalink
v6.10.1 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
dlrudie committed Jul 22, 2018
1 parent 5d894fb commit 63f3f27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGES.md
@@ -1,6 +1,11 @@
CHANGES
=======
**v6.10.0 (2018-Jul-22):**
**v6.10.1 (2018-Jul-22):**
* #304 <https://github.com/dlrudie/Snip/issues/299> 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 <https://github.com/dlrudie/Snip/issues/255> Fixed Spotify hotkeys.
Expand All @@ -10,9 +15,6 @@ CHANGES
* Changed Spotify back to AnyCPU from 64-bit.
* #299 <https://github.com/dlrudie/Snip/issues/299> Fixes Spotify not
working since Spotify shut down their desktop API.
* #304 <https://github.com/dlrudie/Snip/issues/299> Snip will now require
administrator access upon launching.
* Fixed version update checking not working.

**v6.9.5 (2018-Apr-01):**
* Updated copyright to 2018.
Expand Down
4 changes: 2 additions & 2 deletions Snip/Properties/AssemblyInfo.cs
Expand Up @@ -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)]

0 comments on commit 63f3f27

Please sign in to comment.