Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Mar 31, 2019
1 parent 683f3ea commit bc1eca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elocrypt.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: elocrypt
version: 2.0.0
version: 2.0.1
synopsis: Generate easy-to-remember, hard-to-guess passwords
homepage: https://www.github.com/sgillespie/elocrypt
license: OtherLicense
Expand All @@ -26,7 +26,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/sgillespie/elocrypt.git
tag: v1.0.0
tag: v2.0.1

library
exposed-modules: Data.Elocrypt,
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version :: String
termLen :: Int
termHeight :: Int

version = "elocrypt 2.0.0"
version = "elocrypt 2.0.1"
termLen = 80
termHeight = 10

Expand Down

0 comments on commit bc1eca0

Please sign in to comment.