New version 0.3.0

This commit is contained in:
Rnhmjoj 2014-10-20 16:54:51 +02:00
parent a353ef98ba
commit ce62dd418c
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: alea
version: 0.2.1.0
version: 0.3.0.0
synopsis: a diceware passphrase generator
description:
@ -25,5 +25,5 @@ executable alea
other-modules: Paths_alea
other-extensions: DeriveDataTypeable, RecordWildCards
build-depends: base ==4.7.* , containers ==0.5.*,
cmdargs ==0.10.*, random ==1.1.*
cmdargs ==0.10.*, threefish == 0.2.*
ghc-options: -O2

View File

@ -9,7 +9,7 @@ import Alea.Diceware
import Alea.Random
_NAME = "Alea"
_VERSION = "0.2.1"
_VERSION = "0.3.0"
_INFO = _NAME ++ " version " ++ _VERSION
_ABOUT = "a diceware passphrase generator"
_COPYRIGHT = "(C) Michele Guerini Rocco 2014"