From 62566dd3a1aecd553ae5cdf5ae1ad3c4d000d40c Mon Sep 17 00:00:00 2001 From: Haacked Date: Fri, 11 Jul 2014 12:46:11 -0700 Subject: [PATCH] Add release notes for 1.0.4 --- EncouragePackage/Properties/AssemblyInfo.cs | 4 ++-- ReleaseNotes.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/EncouragePackage/Properties/AssemblyInfo.cs b/EncouragePackage/Properties/AssemblyInfo.cs index 90ae049..5fbb25f 100644 --- a/EncouragePackage/Properties/AssemblyInfo.cs +++ b/EncouragePackage/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.3.0")] -[assembly: AssemblyFileVersion("1.0.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.4.0")] +[assembly: AssemblyFileVersion("1.0.4.0")] \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e016c62..7d991a2 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +### New in 1.0.4 (Released 2014/07/11) +* Fixed bug with encouragements scrambled in JavaScript editor - #17 via @jaredpar + ### New in 1.0.3 (Released 2014/06/30) * Support for Visual Studio 2012 - #10 via @jaredpar * Fixed crash when caret is at the very end of the document - #11 via @jaredpar