Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Dec 21, 2020
1 parent 472b8ad commit 884cc5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ For Maven:
<dependency>
<groupId>org.casbin</groupId>
<artifactId>jcasbin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.casbin</groupId>
<artifactId>jcasbin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>

<name>JCasbin Authorization Library</name>
<description>An authorization library that supports access control models like ACL, RBAC, ABAC in Java</description>
Expand Down

0 comments on commit 884cc5e

Please sign in to comment.