diff --git a/animate-frames.cabal b/animate-frames.cabal
--- a/animate-frames.cabal
+++ b/animate-frames.cabal
@@ -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
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -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
