-{application, thrift_protocol,
- [{description, "An Erlang implementation of Thrift protocol."},
- {vsn, "0.1.0"},
- {registered, []},
- {applications,
- [kernel,
- stdlib
- ]},
- {env,[]},
- {modules, []},
-
- {maintainers, ["Takeru Ohta"]},
- {licenses, ["MIT"]},
- {links, [{"GitHub","https://github.com/sile/thrift_protocol"}]}
- ]}.
+{application,thrift_protocol,
+ [{description,"An Erlang implementation of Thrift protocol."},
+ {vsn,"0.1.1"},
+ {registered,[]},
+ {applications,[kernel,stdlib]},
+ {env,[]},
+ {modules,[]},
+ {maintainers,["Takeru Ohta"]},
+ {licenses,["MIT"]},
+ {links,[{"GitHub","https://github.com/sile/thrift_protocol"}]}]}.