diff --git a/ChangeLog.md b/ChangeLog.md index 53bd704..225c390 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for reanimate -## 0.3.2.0 -- unreleased +## 0.3.2.0 -- 2020-05-16 * Fix bug that forced GIF width to 320 pixels. * Add helper for creating custom viewboxes, withViewBox. diff --git a/reanimate.cabal b/reanimate.cabal index c1f9101..4f69527 100644 --- a/reanimate.cabal +++ b/reanimate.cabal @@ -3,7 +3,7 @@ cabal-version: 1.18 -- see http://haskell.org/cabal/users-guide/ name: reanimate -version: 0.3.1.0 +version: 0.3.2.0 -- synopsis: -- description: license: PublicDomain