From 7a9612873377878cc02a626bee6861929a1d8e86 Mon Sep 17 00:00:00 2001 From: soranoba Date: Thu, 17 Aug 2017 01:06:34 +0900 Subject: [PATCH] version bump --- 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 2fa0175..eea371e 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.4.0"}, + {vsn,"1.5.0"}, {registered,[]}, {applications,[kernel,stdlib]}, {maintainers,["Hinagiku Soranoba"]},