Bump
This commit is contained in:
parent
8a756ea9c7
commit
fb16185ba7
1 changed files with 10 additions and 14 deletions
|
@ -1,14 +1,10 @@
|
||||||
{application, 'cf',
|
{application,cf,
|
||||||
[{description, "Terminal colour helper"},
|
[{description,"Terminal colour helper"},
|
||||||
{vsn, "0.1.0"},
|
{vsn,"0.1.1"},
|
||||||
{registered, []},
|
{registered,[]},
|
||||||
{applications,
|
{applications,[kernel,stdlib]},
|
||||||
[kernel,
|
|
||||||
stdlib
|
|
||||||
]},
|
|
||||||
{env,[]},
|
{env,[]},
|
||||||
{modules, []},
|
{modules,[]},
|
||||||
{contributors, ["Heinz N. Gies <heinz@project-fifo.net>"]},
|
{contributors,["Heinz N. Gies <heinz@project-fifo.net>"]},
|
||||||
{licenses, ["MIT"]},
|
{licenses,["MIT"]},
|
||||||
{links, []}
|
{links,[]}]}.
|
||||||
]}.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue