You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2018/03/14 16:43:30 UTC

[couchdb] branch master updated: Bump config dependency to 1.0.3

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

vatamane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 18f8362  Bump config dependency to 1.0.3
18f8362 is described below

commit 18f83628997ca335297ebdb5ba637f8164b75437
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Wed Mar 14 11:43:54 2018 -0400

    Bump config dependency to 1.0.3
    
    This adds fixes to handle non-persistent set_integer/set_boolean values
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 7fb6999..4f6f82d 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -46,7 +46,7 @@ SubDirs = [
 
 DepDescs = [
 %% Independent Apps
-{config,           "config",           {tag, "1.0.2"}},
+{config,           "config",           {tag, "1.0.3"}},
 {b64url,           "b64url",           {tag, "1.0.1"}},
 {ets_lru,          "ets-lru",          {tag, "1.0.0"}},
 {khash,            "khash",            {tag, "1.0.1"}},

-- 
To stop receiving notification emails like this one, please contact
vatamane@apache.org.