From ac0b8fc5d428bfcc87dae96b98c999434a4665d6 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sat, 6 Jul 2019 21:37:19 +0800 Subject: [PATCH] Bump to v3.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2186fd7..d2450ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "3.0.2", + "version": "3.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",