From 529a6658e7b4963c208d6c97de88bd5936c2e3b2 Mon Sep 17 00:00:00 2001 From: soranoba Date: Thu, 11 Nov 2021 13:21:02 +0900 Subject: [PATCH] version 1.12.2 --- 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 cef935e..29327c1 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.12.1"}, + {vsn,"1.12.2"}, {registered,[]}, {applications,[kernel,stdlib]}, {maintainers,["Hinagiku Soranoba"]},