Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Re-added registered key to bullet.app.src #53

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions src/bullet.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

{application, bullet, [
{description,
"Simple, reliable, efficient streaming for Cowboy."},
{vsn, "0.4.1"},
{modules, []},
{applications, [
kernel,
stdlib,
cowboy
]}
{description, "Simple, reliable, efficient streaming for Cowboy."},
{vsn, "0.4.1"},
{modules, []},
{registered, []},
{applications, [
kernel, stdlib, cowboy
]}
]}.