Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed May 1, 2017
1 parent 0bb2b5e commit 6641483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions elocrypt.cabal
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: elocrypt
version: 0.6.0
version: 1.0.0
synopsis: Generate easy-to-remember, hard-to-guess passwords
homepage: https://www.github.com/sgillespie/elocrypt
license: OtherLicense
license-file: LICENSE
author: Sean Gillespie
maintainer: [email protected]
copyright: Copyright: (c) 2015 Sean Gillespie
copyright: Copyright: (c) 2017 Sean Gillespie
category: Cryptography
build-type: Simple
extra-source-files: README.md,
Expand All @@ -26,7 +26,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/sgillespie/elocrypt.git
tag: v0.6.0
tag: v1.0.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 @@ -15,7 +15,7 @@ version :: String
termLen :: Int
termHeight :: Int

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

Expand Down

0 comments on commit 6641483

Please sign in to comment.