You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/11/19 18:23:26 UTC

[couchdb-thrift-protocol] 14/19: version bump

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-thrift-protocol.git

commit 2ee78cb1d0cd88b75e472a2546954ce6f0a8f6be
Author: Takeru Ohta <ph...@gmail.com>
AuthorDate: Thu Oct 19 05:22:07 2017 +0900

    version bump
---
 src/thrift_protocol.app.src | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/src/thrift_protocol.app.src b/src/thrift_protocol.app.src
index 19544cb..4414762 100644
--- a/src/thrift_protocol.app.src
+++ b/src/thrift_protocol.app.src
@@ -1,15 +1,10 @@
-{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"}]}]}.