From d32e6f851cb9e0bbd0503af13b4bb005cbaa91a9 Mon Sep 17 00:00:00 2001 From: Alex-GF Date: Wed, 1 May 2024 19:03:53 +0200 Subject: [PATCH] feat: updated package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ce787c..7cf511d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pricing4react", - "version": "2.0.0", + "version": "2.0.1", "description": "A library of components that ease the integration of feature toggling driven by pricing plans into your React application's UI.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",