Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleberetta98 committed Apr 12, 2021
1 parent a9bbf02 commit 7e4f522
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.2.1"
hPutStrLn stderr "1.2.2"
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: d5a8c1257d9aa23bf7e0324f33758dcf5ddd75906ee7051561128caebef7c841
-- hash: d02cda8e32994ff6d28bd31f8e8fa3ff0be94e82cd69278de29846d8438181de

name: hasking
version: 1.2.1
version: 1.2.2
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.2.1
version: 1.2.2
github: "micheleberetta98/hasking"
license: MIT
author: "Michele Beretta"
Expand Down

0 comments on commit 7e4f522

Please sign in to comment.