Skip to content

Commit 62b946a

Browse files
committed
Bump version to 1.1.0.
1 parent 1711f79 commit 62b946a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For Maven:
111111
<dependency>
112112
<groupId>org.casbin</groupId>
113113
<artifactId>jcasbin</artifactId>
114-
<version>1.0.0</version>
114+
<version>1.1.0</version>
115115
</dependency>
116116
```
117117

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.casbin</groupId>
88
<artifactId>jcasbin</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.1.0</version>
1010

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

0 commit comments

Comments
 (0)