Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Apr 8, 2017
1 parent 614b826 commit 6ea4f0c
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: 0.5.0
version: 0.6.0
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: v0.5.0
tag: v0.6.0

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 @@ -11,7 +11,7 @@ import System.Random

import Data.Elocrypt

version = "elocrypt 0.5.0"
version = "elocrypt 0.6.0"
termLen = 80
termHeight = 10

Expand Down

0 comments on commit 6ea4f0c

Please sign in to comment.