Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
landawn committed Jul 16, 2022
1 parent 0b9d9d0 commit c690b7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.1.7

* Improvements and bug fix.


### 3.1.6

* Improvements and bug fix.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# abacus-jdbc

[![Maven Central](https://img.shields.io/maven-central/v/com.landawn/abacus-jdbc.svg)](https://maven-badges.herokuapp.com/maven-central/com.landawn/abacus-jdbc/)
[![Javadocs](https://img.shields.io/badge/javadoc-3.1.5-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.1.5/index.html)
[![Javadocs](https://img.shields.io/badge/javadoc-3.1.7-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.1.7/index.html)

Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections.

Expand Down Expand Up @@ -173,7 +173,7 @@ userDao.deleteById(100L);
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-jdbc:3.1.5'
compile 'com.landawn:abacus-jdbc:3.1.7'
```

## User Guide:
Expand Down

0 comments on commit c690b7e

Please sign in to comment.