From df1622d9df8d56deeb7c6c27457bed09cf062682 Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Fri, 10 Feb 2023 10:13:55 +0100 Subject: [PATCH] [0.3.3] Bump version. --- package-lock.json | 4 ++-- package.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f28bdc..40d4447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-authorization", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-authorization", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13" diff --git a/package.json b/package.json index 41ddb43..341bd33 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "react-authorization", - "version": "0.3.2", + "version": "0.3.3", "description": "React authorization library.", "license": "MIT", "keywords": [ "react", - "authorization" + "authorization", + "declarative" ], "author": { "name": "Martin Ledvinka",