We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a34d4c + 62566dd commit f1b58fcCopy full SHA for f1b58fc
EncouragePackage/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@
29
// You can specify all the values or you can default the Revision and Build Numbers
30
// by using the '*' as shown below:
31
32
-[assembly: AssemblyVersion("1.0.3.0")]
33
-[assembly: AssemblyFileVersion("1.0.3.0")]
+[assembly: AssemblyVersion("1.0.4.0")]
+[assembly: AssemblyFileVersion("1.0.4.0")]
ReleaseNotes.md
@@ -1,3 +1,6 @@
1
+### New in 1.0.4 (Released 2014/07/11)
2
+* Fixed bug with encouragements scrambled in JavaScript editor - #17 via @jaredpar
3
+
4
### New in 1.0.3 (Released 2014/06/30)
5
* Support for Visual Studio 2012 - #10 via @jaredpar
6
* Fixed crash when caret is at the very end of the document - #11 via @jaredpar
0 commit comments