lib, cli, web: change from "beta" to "stable"

Also add the hackage Console category to the first two.
This commit is contained in:
Simon Michael 2014-05-01 08:20:05 -07:00
parent 1eeedfe551
commit 07a82724ed
3 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,7 @@
name: hledger-lib
version: 0.23
stability: beta
category: Finance
version: 0.23
stability: stable
category: Finance, Console
synopsis: Core data types, parsers and utilities for the hledger accounting tool.
description:
hledger is a library and set of user tools for working

View File

@ -1,6 +1,6 @@
name: hledger-web
version: 0.23
stability: beta
version: 0.23
stability: stable
category: Finance
synopsis: A web interface for the hledger accounting tool.
description:

View File

@ -1,8 +1,7 @@
name: hledger
-- also in cpp-options below
version: 0.23
stability: beta
category: Finance
version: 0.23
stability: stable
category: Finance, Console
synopsis: The main command-line interface for the hledger accounting tool.
description:
hledger is a library and set of user tools for working