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

View File

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

View File

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