From e915afced6976cc705c657b1a110d7ab2b85d0d2 Mon Sep 17 00:00:00 2001 From: Zixuan Liu Date: Mon, 22 Apr 2019 10:57:47 +0800 Subject: [PATCH] v2.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b48894..1cfef2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "2.0.2", + "version": "2.0.3", "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",