diff --git a/Filtration/Filtration.nuspec b/Filtration/Filtration.nuspec index 5ea06d8..fbf1169 100644 --- a/Filtration/Filtration.nuspec +++ b/Filtration/Filtration.nuspec @@ -13,7 +13,8 @@ * Added support for HasEnchantment block item type * Added support for FracturedItem block item type * Added support for SynthesisedItem block item type -* Fixed parsing of disabled Show/Hide blocks with extra information following the Show/Hide keyword (#133) +* Fixed parsing of disabled Show/Hide blocks with extra information following the Show/Hide keyword (#133) +* Fixed copy/pasted block styles not affecting the preview (#126) diff --git a/Filtration/Properties/AssemblyInfo.cs b/Filtration/Properties/AssemblyInfo.cs index ca4309e..edcb61e 100644 --- a/Filtration/Properties/AssemblyInfo.cs +++ b/Filtration/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Runtime.CompilerServices; [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.2.0")] -[assembly: AssemblyInformationalVersion("1.2.0-beta1")] +[assembly: AssemblyInformationalVersion("1.2.0")] [assembly: InternalsVisibleTo("Filtration.Tests")] [assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]