bump version number
This commit is contained in:
parent
576fe76192
commit
44be5e79a1
@ -42,7 +42,7 @@ data Opt =
|
|||||||
|
|
||||||
usage = usageInfo usagehdr options ++ usageftr
|
usage = usageInfo usagehdr options ++ usageftr
|
||||||
|
|
||||||
version = "hledger version 0.2pre \n"
|
version = "hledger version 0.2 \n"
|
||||||
|
|
||||||
-- | Parse the command-line arguments into ledger options, ledger command
|
-- | Parse the command-line arguments into ledger options, ledger command
|
||||||
-- name, and ledger command arguments
|
-- name, and ledger command arguments
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Name: hledger
|
Name: hledger
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Category: Finance
|
Category: Finance
|
||||||
Synopsis: A ledger-compatible text-based accounting tool.
|
Synopsis: A ledger-compatible text-based accounting tool.
|
||||||
Description: This is a minimal haskell clone of John Wiegley's ledger
|
Description: This is a minimal haskell clone of John Wiegley's ledger
|
||||||
@ -63,4 +63,3 @@ library
|
|||||||
Ledger.Transaction
|
Ledger.Transaction
|
||||||
Ledger.Types
|
Ledger.Types
|
||||||
Ledger.Utils
|
Ledger.Utils
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user