Skip to content

Commit

Permalink
Released 1.6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Mar 21, 2014
1 parent c8e6af5 commit 5b8743d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Src/VimCore/Constants.fs
Expand Up @@ -27,10 +27,10 @@ module Constants =

#if DEBUG
[<Literal>]
let VersionNumber = "1.6.0.1 Debug"
let VersionNumber = "1.6.0.2 Debug"
#else
[<Literal>]
let VersionNumber = "1.6.0.1"
let VersionNumber = "1.6.0.2"
#endif


2 changes: 1 addition & 1 deletion Src/VsVim/source.extension.vsixmanifest
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="VsVim.Microsoft.e214908b-0458-4ae2-a583-4310f29687c3">
<Name>VsVim</Name>
<Author>Jared Parsons</Author>
<Version>1.6.0.1</Version>
<Version>1.6.0.2</Version>
<Description xml:space="preserve">VIM emulation layer for Visual Studio</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://blogs.msdn.com/b/jaredpar</MoreInfoUrl>
Expand Down

0 comments on commit 5b8743d

Please sign in to comment.