From 5c145b26c50d0f3fbded9e2c8d44d865efce15cc Mon Sep 17 00:00:00 2001 From: Gaston Robledo Date: Mon, 14 Mar 2022 16:16:45 -0300 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc51e72..6cd6325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "handlebars-async-helpers", - "version": "1.0.1", + "version": "1.0.2", "description": "Adding async function support to handlebars helpers", "main": "index.js", "scripts": {