Skip to content

Commit fb420fa

Browse files
committed
Bump version to 2.0.1
1 parent 1a5eb49 commit fb420fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For Maven:
3636
<dependency>
3737
<groupId>org.casbin</groupId>
3838
<artifactId>jdbc-adapter</artifactId>
39-
<version>2.0.0</version>
39+
<version>2.0.1</version>
4040
</dependency>
4141
```
4242

@@ -81,6 +81,8 @@ public class Test {
8181

8282
// Save the policy back to DB.
8383
e.savePolicy();
84+
// Close the connection.
85+
a.close();
8486
}
8587
}
8688
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.casbin</groupId>
88
<artifactId>jdbc-adapter</artifactId>
9-
<version>2.0.0</version>
9+
<version>2.0.1</version>
1010

1111
<name>JDBC Adapter for JCasbin</name>
1212
<description>Load policy from JDBC supported database or save policy to it</description>

0 commit comments

Comments
 (0)