Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Sep 20, 2017
1 parent 7113db0 commit d7cddd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
//------------------------------------------------------------------------------
using System.Reflection;

[assembly: AssemblyProduct("MahApps.Metro.IconPacks 1.9.0.0")]
[assembly: AssemblyVersion("1.9.0.0")]
[assembly: AssemblyFileVersion("1.9.0.0")]
[assembly: AssemblyInformationalVersion("1.9.0.0")]
[assembly: AssemblyProduct("MahApps.Metro.IconPacks 1.9.1.0")]
[assembly: AssemblyVersion("1.9.1.0")]
[assembly: AssemblyFileVersion("1.9.1.0")]
[assembly: AssemblyInformationalVersion("1.9.1.0")]
[assembly: AssemblyCopyright("Copyright © MahApps.Metro 2017")]

2 changes: 1 addition & 1 deletion src/build/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Arguments
var target = Argument("target", "Default");
var version = "1.9.0.0";
var version = "1.9.1.0";
var configGitLink = new GitLinkSettings {
RepositoryUrl = "https://github.com/MahApps/MahApps.Metro.IconPacks",
Branch = "master",
Expand Down

0 comments on commit d7cddd1

Please sign in to comment.