From 85c215382b6b587d7059131b7db6f32de09917cb Mon Sep 17 00:00:00 2001
From: Ben Wallis <atomyc+github@gmail.com>
Date: Wed, 10 Apr 2019 17:39:15 +0100
Subject: [PATCH] bumped version to 1.2.0

---
 Filtration/Filtration.nuspec          | 3 ++-
 Filtration/Properties/AssemblyInfo.cs | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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)</releaseNotes>
+* 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)    </releaseNotes>
     <dependencies />
   </metadata>
   <files>
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")]