Skip to content

Commit

Permalink
pump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel YU committed Jan 5, 2023
1 parent bdfdbf3 commit 4a1dd07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cabal.sandbox.config
*.hp
*.eventlog
.stack-work/
stack.yaml.lock
cabal.project.local
.HTF/

Expand Down
4 changes: 2 additions & 2 deletions crc32c.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: fe47bbeb2914ae1fb46b4501e79c904eb440718d97bb1ac42f368184dc7dae2d
-- hash: 1a4d90d4e9381a7e6ebad0ead5753fb5d408d10dca3875cc575fa3b9a83becbc

name: crc32c
version: 0.0.0
version: 0.1.0
synopsis: Haskell bindings for crc32c
category: FFI, Raw
homepage: https://github.com/leptonyu/crc32c#readme
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crc32c
version: 0.0.0
version: 0.1.0
synopsis: Haskell bindings for crc32c
# description:
homepage: https://github.com/leptonyu/crc32c#readme
Expand Down

0 comments on commit 4a1dd07

Please sign in to comment.