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