From 2bb02c49fb6655e2b2b50912093455f883d350f0 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Tue, 1 Feb 2022 17:10:43 -0300 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28bf4a7..6375492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lhmask", - "version": "1.0.0", + "version": "1.0.1", "description": "Biblioteca com funções para formatação de dados.", "main": "src/lhmask.js", "scripts": { @@ -17,4 +17,4 @@ "url": "https://bitbucket.org/leandro_costa/lhmask/issues" }, "homepage": "https://bitbucket.org/leandro_costa/lhmask#readme" -} \ No newline at end of file +}