From bece30e7a6eef8eb91f4c5f00d41700583842397 Mon Sep 17 00:00:00 2001 From: soranoba Date: Thu, 19 Mar 2020 02:19:56 +0900 Subject: [PATCH] v1.9.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 685ccc9..f0c6e61 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.8.1"}, + {vsn,"1.9.0"}, {registered,[]}, {applications,[kernel,stdlib]}, {maintainers,["Hinagiku Soranoba"]},