Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
rockstardev committed Sep 12, 2019
1 parent 92ad364 commit bc9a6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BundlerMinifierVsix/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static class Vsix
public const string Name = "Bundler & Minifier";
public const string Description = @"Adds support for bundling and minifying JavaScript, CSS and HTML files in any project.";
public const string Language = "en-US";
public const string Version = "2.9";
public const string Version = "3.0";
public const string Author = "Mads Kristensen";
public const string Tags = "bundle, bundling, minify, minification, js, css, html";
}
Expand Down
2 changes: 1 addition & 1 deletion src/BundlerMinifierVsix/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="a0ae318b-4f07-4f71-93cb-f21d3f03c6d3" Version="2.9" Language="en-US" Publisher="Mads Kristensen" />
<Identity Id="a0ae318b-4f07-4f71-93cb-f21d3f03c6d3" Version="3.0" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Bundler &amp; Minifier</DisplayName>
<Description xml:space="preserve">Adds support for bundling and minifying JavaScript, CSS and HTML files in any project.</Description>
<MoreInfo>https://github.com/madskristensen/BundlerMinifier</MoreInfo>
Expand Down

0 comments on commit bc9a6e3

Please sign in to comment.