Skip to content

Commit 5241592

Browse files
author
Jarvis
committed
release 1.0.13
1 parent 2f6bb45 commit 5241592

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Download the jar through Maven:
3535
<dependency>
3636
<groupId>com.ifrabbit</groupId>
3737
<artifactId>spring-data-mybatis</artifactId>
38-
<version>1.0.12.RELEASE</version>
38+
<version>1.0.13.RELEASE</version>
3939
</dependency>
4040
```
4141

@@ -44,7 +44,7 @@ If you want use snapshot version , you can download the jar through maven:
4444
<dependency>
4545
<groupId>com.ifrabbit</groupId>
4646
<artifactId>spring-data-mybatis</artifactId>
47-
<version>1.0.13.BUILD-SNAPSHOT</version>
47+
<version>1.0.14.BUILD-SNAPSHOT</version>
4848
</dependency>
4949
```
5050

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Spring Data 项目的主要目标是使构建使用数据访问技术的 Spring
3434
<dependency>
3535
<groupId>com.ifrabbit</groupId>
3636
<artifactId>spring-data-mybatis</artifactId>
37-
<version>1.0.12.RELEASE</version>
37+
<version>1.0.13.RELEASE</version>
3838
</dependency>
3939
```
4040

@@ -43,7 +43,7 @@ Spring Data 项目的主要目标是使构建使用数据访问技术的 Spring
4343
<dependency>
4444
<groupId>com.ifrabbit</groupId>
4545
<artifactId>spring-data-mybatis</artifactId>
46-
<version>1.0.13.BUILD-SNAPSHOT</version>
46+
<version>1.0.14.BUILD-SNAPSHOT</version>
4747
</dependency>
4848
```
4949
使用快照版本前,需要在pom.xml中配置:

0 commit comments

Comments
 (0)