From c64f1eb13722d3cc82e359bf373aade25da81241 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sat, 5 Jan 2019 14:11:48 +0800 Subject: [PATCH] Bump to v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca3f664..c189bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "1.1.9", + "version": "2.0.0", "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",