diff --git a/ChangeLog b/ChangeLog index 9db409b9a..477776b34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-08-01 Natalia Portillo + + * AssemblyInfo.cs: + * DiscImageChef.Helpers.csproj: Bumped to version 3.2.1. + 2016-08-01 Natalia Portillo * AssemblyInfo.cs: diff --git a/DiscImageChef.Helpers.csproj b/DiscImageChef.Helpers.csproj index 00f9e322a..784466b3d 100644 --- a/DiscImageChef.Helpers.csproj +++ b/DiscImageChef.Helpers.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Helpers DiscImageChef.Helpers - 3.2.0 + 3.2.1 true diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 1ce9b1c7c..c5812a9f3 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ using System.Runtime.CompilerServices; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.2.0.0")] +[assembly: AssemblyVersion("3.2.1.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.