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

[couchdb] 01/01: Update ken to 1.0.5

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

rnewson pushed a commit to branch ken-1.0.5
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 110d96810f91332590ed5a7b40ab6d5f644a82f3
Author: Robert Newson <rn...@apache.org>
AuthorDate: Fri Oct 18 13:22:08 2019 +0100

    Update ken to 1.0.5
    
    * Always include 'query' as an allowed language
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 9601517..f6bfa7d 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -104,7 +104,7 @@ DepDescs = [
 {ioq,              "ioq",              {tag, "2.1.2"}},
 {hqueue,           "hqueue",           {tag, "1.0.1"}},
 {smoosh,           "smoosh",           {tag, "1.0.1"}},
-{ken,              "ken",              {tag, "1.0.4"}},
+{ken,              "ken",              {tag, "1.0.5"}},
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},