Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Apr 21, 2020
1 parent 4b35f6c commit fc2c3de
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 @@ -36,7 +36,7 @@ For Maven:
<dependency>
<groupId>org.casbin</groupId>
<artifactId>jdbc-adapter</artifactId>
<version>1.1.3</version>
<version>1.1.4</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>jdbc-adapter</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>

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

0 comments on commit fc2c3de

Please sign in to comment.