svg-icons 3.1.0 → 3.2.0
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/SvgIcons/Icons/Human.hs +1/−1
- svg-icons.cabal +1/−1
src/SvgIcons/Icons/Human.hs view
@@ -177,7 +177,7 @@ $ do person ! A.transform (translate 0.4 (-0.2) <> S.scale 0.8 0.8) person ! A.transform (translate (-0.4) (-0.2) <> S.scale 0.8 0.8) - person ! A.transform (translate 0 ( 0.2) <> S.scale 0.9 0.9) + person ! A.transform (translate 0 ( 0.1) <> S.scale 0.9 0.9)
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 3.1.0 +version: 3.2.0 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE