bumped version to 1.2.0

This commit is contained in:
Ben Wallis 2019-04-10 17:39:15 +01:00
parent c44d7b6095
commit 85c215382b
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@
* Added support for HasEnchantment block item type * Added support for HasEnchantment block item type
* Added support for FracturedItem block item type * Added support for FracturedItem block item type
* Added support for SynthesisedItem 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 /> <dependencies />
</metadata> </metadata>
<files> <files>

View File

@ -11,7 +11,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.2.0")] [assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyInformationalVersion("1.2.0-beta1")] [assembly: AssemblyInformationalVersion("1.2.0")]
[assembly: InternalsVisibleTo("Filtration.Tests")] [assembly: InternalsVisibleTo("Filtration.Tests")]
[assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")] [assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]