From f57f62a317b5c250b2934b89de21f4072c21e536 Mon Sep 17 00:00:00 2001 From: soranoba Date: Thu, 23 May 2019 23:48:40 +0900 Subject: [PATCH] v1.8.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 4f77f1e..c12554b 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.7.0"}, + {vsn,"1.8.0"}, {registered,[]}, {applications,[kernel,stdlib]}, {maintainers,["Hinagiku Soranoba"]},