aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowlib.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowlib.app.src')
-rw-r--r--src/cowlib.app.src8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/cowlib.app.src b/src/cowlib.app.src
index 568f72b..5d358c2 100644
--- a/src/cowlib.app.src
+++ b/src/cowlib.app.src
@@ -1,4 +1,4 @@
-%% Copyright (c) 2013, Loïc Hoguin <[email protected]>
+%% Copyright (c) 2013-2015, Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above
@@ -14,11 +14,13 @@
{application, cowlib, [
{description, "Support library for manipulating Web protocols."},
- {vsn, "0.4.0"},
+ {vsn, "1.2.0"},
+ {id, "git"},
{modules, []},
{registered, []},
{applications, [
kernel,
- stdlib
+ stdlib,
+ crypto
]}
]}.