diff --git a/ChangeLog b/ChangeLog index 84683ea..a5a978e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-08-01 Natalia Portillo + + * AssemblyInfo.cs: + * DiscImageChef.CommonTypes.csproj: Bumped to version 3.2.1. + 2016-08-01 Natalia Portillo * AssemblyInfo.cs: diff --git a/DiscImageChef.CommonTypes.csproj b/DiscImageChef.CommonTypes.csproj index bb78d84..b1c4081 100644 --- a/DiscImageChef.CommonTypes.csproj +++ b/DiscImageChef.CommonTypes.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.CommonTypes DiscImageChef.CommonTypes - 3.2.0 + 3.2.1 true diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 4bff8d6..f1ea887 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.