Skip to content

Commit

Permalink
🔖 bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleberetta98 committed Jul 28, 2021
1 parent 2066476 commit d0a8eb8
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 @@ -87,7 +87,7 @@ withTape arg opt =
-- | Prints the version
printVersion :: a -> IO b
printVersion = const $ do
hPutStrLn stderr "1.3.1"
hPutStrLn stderr "1.3.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: 38b511e3054e96681dff109dd14d0167179ff1e7060e44e04866d6aac4391fef
-- hash: 4260e06cf29a88ed4e173aa7d5f657f0a1ec411336b0ca20cd23296f394891da

name: hasking
version: 1.3.1
version: 1.3.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.3.1
version: 1.3.2
github: "micheleberetta98/hasking"
license: MIT
author: "Michele Beretta"
Expand Down

0 comments on commit d0a8eb8

Please sign in to comment.