You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2019/04/05 21:25:13 UTC

[couchdb-ibrowse] 07/20: Publishing to hex.pm requires version 4.4.0, not just 4.4

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

jaydoane pushed a commit to branch handle-dead-ibrowse_lb-pids
in repository https://gitbox.apache.org/repos/asf/couchdb-ibrowse.git

commit 7529807170cf3c8f6a8c5c95526e670420ff591b
Author: Chandrashekhar Mullaparthi <ch...@bluehouse-technology.co.uk>
AuthorDate: Sat Jan 28 23:36:58 2017 +0000

    Publishing to hex.pm requires version 4.4.0, not just 4.4
---
 src/ibrowse.app.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src
index 0e7f458..c36d231 100644
--- a/src/ibrowse.app.src
+++ b/src/ibrowse.app.src
@@ -1,6 +1,6 @@
 {application, ibrowse,
         [{description, "Erlang HTTP client application"},
-         {vsn, "4.4"},
+         {vsn, "4.4.0"},
          {registered, [ibrowse_sup, ibrowse]},
          {applications, [kernel,stdlib]},
 	 {env, []},