Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleberetta98 committed Apr 1, 2021
1 parent ed6ecf8 commit ff83e9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Opts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ withTape arg opt =
-- | Prints the version
printVersion :: a -> IO b
printVersion = const $ do
hPutStrLn stderr "1.1.3"
hPutStrLn stderr "1.1.4"
exitSuccess

-- | Prints the usage
Expand Down
4 changes: 2 additions & 2 deletions hasking.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: 2a7f071e9228bcb1cc2ad30436320627eface77853ea67cf699e1e45bd3dba27
-- hash: 1716f3826ce47fb5506d50dace42602afa7e139428a154d81ff85224f4e01f1b

name: hasking
version: 1.1.3
version: 1.1.4
description: Please see the README on GitHub at <https://github.com/micheleberetta98/hasking#readme>
homepage: https://github.com/micheleberetta98/hasking#readme
bug-reports: https://github.com/micheleberetta98/hasking/issues
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: hasking
version: 1.1.3
version: 1.1.4
github: "micheleberetta98/hasking"
license: BSD3
author: "Michele Beretta"
Expand Down

0 comments on commit ff83e9d

Please sign in to comment.