From 65357967fbd5178b89c4520d07de8bf88abb3f4c Mon Sep 17 00:00:00 2001 From: Aral Roca Gomez Date: Mon, 8 Nov 2021 14:22:50 +0100 Subject: [PATCH] Update package.json version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 105a7d0..d65cd20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teaful", - "version": "0.7.1", + "version": "0.7.2", "description": "Tiny, easy and powerful React state management (less than 1kb)", "license": "MIT", "keywords": [ @@ -92,4 +92,4 @@ "regex": "^_" }, "bugs": "https://github.com/teafuljs/teaful/issues" -} \ No newline at end of file +}