Skip to content

Commit

Permalink
Preparing for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rudie committed Jul 12, 2015
1 parent 04ac80a commit 06c9f7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ Contributors
* SirMarksomnian
* Unicode WebClient support
* Updated artwork downloading for Spotify

* Erik Jan Meijer (Eegee)
* Updated Dutch translations
* Fix for VS project paths with spaces
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGES
=======
**v5.0.1 (2015-Jul-12):**
* Fixed advertisements in Spotify causing a crash.
* Updated Dutch translation by Eegee
* Fix for Visual Studio paths with spaces by Eegee

**v5.0.0 (2015-Jul-05):**
* Updated Spotify code to work with the latest client.
* Optimized text handling globally so it won't write text unless it changed.
Expand Down
4 changes: 2 additions & 2 deletions Snip/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]
[assembly: AssemblyVersion("5.0.1.0")]
[assembly: AssemblyFileVersion("5.0.1.0")]

[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: CLSCompliant(false)]

0 comments on commit 06c9f7a

Please sign in to comment.