From 670c713f1f09e1e9e9dec8751fe7be4ad5d82170 Mon Sep 17 00:00:00 2001 From: w01gng Date: Fri, 2 Jul 2021 22:01:00 +0200 Subject: [PATCH] :bookmark: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c456cfd..614fe98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "permission-gate", - "version": "1.0.0", + "version": "1.0.1", "description": "A library for handling roles and permissions in large-scale React apps", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js",