diff --git a/elocrypt.cabal b/elocrypt.cabal index 8c82600..8322bec 100644 --- a/elocrypt.cabal +++ b/elocrypt.cabal @@ -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 @@ -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, diff --git a/src/cli/Main.hs b/src/cli/Main.hs index 609912c..4b20d7a 100644 --- a/src/cli/Main.hs +++ b/src/cli/Main.hs @@ -16,7 +16,7 @@ version :: String termLen :: Int termHeight :: Int -version = "elocrypt 2.0.0" +version = "elocrypt 2.0.1" termLen = 80 termHeight = 10