Skip to content

Commit

Permalink
bump version to 0.8.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenkopp committed Sep 17, 2014
1 parent e0b3fc5 commit 5471761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SassyStudio.2012/SassyStudioPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace SassyStudio
{
[PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "0.8.8.12", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "0.8.8.13", IconResourceID = 400)]
[GuidAttribute(Guids.guidSassyStudioPkgString)]
[ProvideAutoLoad(UIContextGuids80.SolutionExists)]
[ProvideOptionPage(typeof(ScssOptions), "Sassy Studio", "General", 101, 102, true, new[] { "CSS", "SCSS" })]
Expand Down
2 changes: 1 addition & 1 deletion SassyStudio.2012/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="SassyStudio..141b7a26-b79d-4ca0-9102-77e7cc7e0ec8" Version="0.8.8.12" Language="en-US" Publisher="Darren Kopp" />
<Identity Id="SassyStudio..141b7a26-b79d-4ca0-9102-77e7cc7e0ec8" Version="0.8.8.13" Language="en-US" Publisher="Darren Kopp" />
<DisplayName>SassyStudio</DisplayName>
<Description xml:space="preserve">Provides support for sass files in Visual Studio</Description>
<MoreInfo>https://github.com/darrenkopp/SassyStudio</MoreInfo>
Expand Down

0 comments on commit 5471761

Please sign in to comment.