Skip to content

Commit

Permalink
Merge pull request #50 from thomaslevesque/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.4.17
  • Loading branch information
thomaslevesque authored Jul 23, 2018
2 parents 96e12af + d3328d2 commit e07b77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WpfAnimatedGif.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>WpfAnimatedGif</id>
<title>WPF Animated GIF</title>
<version>1.4.16</version>
<version>1.4.17</version>
<description>A simple library to display animated GIF images in WPF</description>
<summary>A simple library to display animated GIF images in WPF</summary>
<authors>Thomas Levesque</authors>
Expand Down
2 changes: 1 addition & 1 deletion WpfAnimatedGif/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ class VersionInfo
/// <summary>
/// Single place to define version
/// </summary>
public const string VersionString = "1.4.16";
public const string VersionString = "1.4.17";
}
}

0 comments on commit e07b77b

Please sign in to comment.