animate-frames 0.0.0 → 0.0.1
raw patch · 2 files changed
+7/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- animate-frames.cabal +4/−2
- package.yaml +3/−2
animate-frames.cabal view
@@ -2,11 +2,13 @@ -- -- see: https://github.com/sol/hpack ----- hash: a09c8bc7968f2e2ea591a6438991e4a05af4d4abd16c5c107419bb1dc368e100+-- hash: 55c607b9e001062e2a886ecfa4505b89c49b5d7ffc4257edb738d12185f278a9 name: animate-frames-version: 0.0.0+version: 0.0.1+synopsis: Convert sprite frames to animate files description: Convert sprite frames to animate files+category: Game homepage: https://github.com/jxv/animate-frames#readme bug-reports: https://github.com/jxv/animate-frames/issues author: Joe Vargas
package.yaml view
@@ -1,11 +1,12 @@ name: animate-frames-version: '0.0.0'+version: '0.0.1' github: "jxv/animate-frames" license: MIT author: "Joe Vargas" maintainer: "Joe Vargas" description: Convert sprite frames to animate files-synposis: Convert sprite frames to animate files+synopsis: Convert sprite frames to animate files+category: Game extra-source-files: - CHANGELOG.md