Skip to content

Commit b92736b

Browse files
Jiankai ZhengJiankai Zheng
authored andcommitted
docs: update api version
1 parent 29c5a63 commit b92736b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ The library also takes care of all the exception handling and provides very exte
157157
<dependency>
158158
<groupId>nl.jiankai</groupId>
159159
<artifactId>resultset-mapper</artifactId>
160-
<version>1.3.0</version>
160+
<version>1.4.0</version>
161161
</dependency>
162162
```
163163
### Gradle
164164
```gradle
165-
implementation 'nl.jiankai:resultset-mapper:1.3.0'
165+
implementation 'nl.jiankai:resultset-mapper:1.4.0'
166166
```
167167
## License
168168
See the [LICENSE](https://github.com/jzheng2017/resultset-mapper/blob/main/LICENSE) file for the license rights and limitations (MIT).

pom.xml

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

77
<groupId>nl.jiankai</groupId>
88
<artifactId>resultset-mapper</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.4.0</version>
1010

1111
<name>ResultSet Mapper</name>
1212
<description>A library for mapping a ResultSet to your desired java object</description>

0 commit comments

Comments
 (0)