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

Commit bdd4082

Browse files
committed
Bump version number for hex.pm
Maintainer field is deprecated
1 parent d2b6c52 commit bdd4082

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vectorclock.app.src

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{application, vectorclock,
22
[{description, "A vectorclock library for Erlang"},
3-
{vsn, "0.0.2"},
3+
{vsn, "0.1.1"},
44
{registered, []},
55
{applications,
66
[kernel,
77
stdlib
88
]},
99
{env,[]},
1010
{modules, []},
11-
{maintainers, ["Goncalo Tomas", "Peter Zeller", "Annette Bieniusa"]},
1211
{licenses, ["Apache 2.0"]},
1312
{links,[{"Github","https://github.com/AntidoteDB/vectorclock"}]}
1413
]}.

0 commit comments

Comments
 (0)