Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit a20119a

Browse files
authored
Merge pull request #1 from goncalotomas/master
prepare for hex
2 parents fdae22c + 7b3b631 commit a20119a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/antidote_pb_codec.app.src

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{application, antidote_pb_codec,
22
[
33
{description, "Protocol buffer codec for Antidote"},
4-
{vsn, "1"},
5-
{modules, [
6-
antidote_pb_codec
7-
]},
4+
{vsn, "0.0.3"},
85
{registered, []},
96
{applications, [
107
kernel,
118
stdlib
129
]},
13-
{env, []}
10+
{env, []},
11+
{modules, []},
12+
{maintainers, ["Goncalo Tomas", "Peter Zeller", "Annette Bieniusa"]},
13+
{licenses, ["Apache 2.0"]},
14+
{links,[{"Github","https://github.com/AntidoteDB/antidote_pb_codec"}]}
1415
]}.

0 commit comments

Comments
 (0)