Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
bumped version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wallis committed Apr 10, 2019
1 parent c44d7b6 commit 85c2153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Filtration/Filtration.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Filtration/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[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")]
Expand Down

0 comments on commit 85c2153

Please sign in to comment.