From dbd5f991be912ad14e4864ebb8c926460905986c Mon Sep 17 00:00:00 2001 From: Zixuan Liu Date: Thu, 7 Nov 2019 18:09:29 +0800 Subject: [PATCH] v3.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da003a6..223f684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "3.0.5", + "version": "3.0.6", "description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS", "main": "lib/index.js", "typings": "lib/index.d.ts",