Skip to content

Commit 800413f

Browse files
version bump
1 parent 70d21bd commit 800413f

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

src/plumtree.app.src

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
{application, plumtree,
2-
[
3-
{description, "Epidemic Broadcast Trees"},
4-
{vsn, "0.2.0"},
5-
{registered, []},
6-
{applications, [
7-
kernel,
8-
stdlib,
9-
crypto,
10-
lager,
11-
rand_compat
12-
]},
13-
{mod, {plumtree_app, []}},
14-
{modules, []},
15-
{env, [{plumtree_data_dir, "data"}]},
16-
17-
{maintainers, ["Chris Meiklejohn", "Tom Santero", "Andrew Thompson"]},
18-
{licenses, ["Apache 2.0"]},
19-
{links, [{"Github", "https://github.com/lasp-lang/plumtree"}]}
20-
]}.
1+
{application,plumtree,
2+
[{description,"Epidemic Broadcast Trees"},
3+
{vsn,"0.2.1"},
4+
{registered,[]},
5+
{applications,[kernel,stdlib,crypto,lager,rand_compat]},
6+
{mod,{plumtree_app,[]}},
7+
{modules,[]},
8+
{env,[{plumtree_data_dir,"data"}]},
9+
{maintainers,["Chris Meiklejohn","Tom Santero",
10+
"Andrew Thompson"]},
11+
{licenses,["Apache 2.0"]},
12+
{links,[{"Github","https://github.com/lasp-lang/plumtree"}]}]}.

0 commit comments

Comments
 (0)