From 2be4e13a01c71ea6b238f1e3bdf7bb4186354008 Mon Sep 17 00:00:00 2001 From: Zixuan Liu Date: Tue, 14 Jan 2020 23:28:43 +0800 Subject: [PATCH] v2.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cfef2b..d6a382f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "2.0.3", + "version": "2.0.4", "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",