From 9cddb176a808a1dee9a7f48c9f145d8ee8c58110 Mon Sep 17 00:00:00 2001 From: soranoba Date: Wed, 17 Apr 2019 09:25:49 +0900 Subject: [PATCH] v1.7.0 --- src/bbmustache.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bbmustache.app.src b/src/bbmustache.app.src index b27afb8..4f77f1e 100644 --- a/src/bbmustache.app.src +++ b/src/bbmustache.app.src @@ -1,6 +1,6 @@ {application,bbmustache, [{description,"Binary pattern match Based Mustache template engine for Erlang/OTP"}, - {vsn,"1.6.1"}, + {vsn,"1.7.0"}, {registered,[]}, {applications,[kernel,stdlib]}, {maintainers,["Hinagiku Soranoba"]},