Skip to content

Commit b46d7a7

Browse files
committed
Bump version to 1.3.0.
1 parent 5dc4705 commit b46d7a7

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
@@ -117,7 +117,7 @@ For Maven:
117117
<dependency>
118118
<groupId>org.casbin</groupId>
119119
<artifactId>jcasbin</artifactId>
120-
<version>1.2.0</version>
120+
<version>1.3.0</version>
121121
</dependency>
122122
```
123123

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.2.0</version>
9+
<version>1.3.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)