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',
|
||||
[{description, "Terminal colour helper"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{applications,
|
||||
[kernel,
|
||||
stdlib
|
||||
]},
|
||||
{application,cf,
|
||||
[{description,"Terminal colour helper"},
|
||||
{vsn,"0.1.1"},
|
||||
{registered,[]},
|
||||
{applications,[kernel,stdlib]},
|
||||
{env,[]},
|
||||
{modules, []},
|
||||
{contributors, ["Heinz N. Gies <heinz@project-fifo.net>"]},
|
||||
{licenses, ["MIT"]},
|
||||
{links, []}
|
||||
]}.
|
||||
{modules,[]},
|
||||
{contributors,["Heinz N. Gies <heinz@project-fifo.net>"]},
|
||||
{licenses,["MIT"]},
|
||||
{links,[]}]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue