Skip to content

Commit

Permalink
[Fix] Bump version from 1.1.1 to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yihleego committed Apr 23, 2021
1 parent 5e9d937 commit 3a2896f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ $ mvn clean install
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

### Gradle

```xml
implementation 'io.leego:mypages:1.1.1'
implementation 'io.leego:mypages:1.1.2'
```

## 数据库
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ $ mvn clean install
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

### Gradle

```xml
implementation 'io.leego:mypages:1.1.1'
implementation 'io.leego:mypages:1.1.2'
```

## Supported
Expand Down
4 changes: 2 additions & 2 deletions docs/STARTER_USERGUIDE.ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ MyPages是Java实现基于[MyBatis](https://github.com/mybatis/mybatis-3)的开
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages-spring-boot-starter</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

## 3.2 Gradle

```xml
implementation 'io.leego:mypages-spring-boot-starter:1.1.1'
implementation 'io.leego:mypages-spring-boot-starter:1.1.2'
```

# 4. 配置
Expand Down
4 changes: 2 additions & 2 deletions docs/STARTER_USERGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Please make sure the Java version is 1.8 and above.
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages-spring-boot-starter</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

## 3.2 Gradle

```xml
implementation 'io.leego:mypages-spring-boot-starter:1.1.1'
implementation 'io.leego:mypages-spring-boot-starter:1.1.2'
```

# 4. Configuration
Expand Down
4 changes: 2 additions & 2 deletions docs/USERGUIDE.ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ MyPages是Java实现基于[MyBatis](https://github.com/mybatis/mybatis-3)的开
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

## 3.2 Gradle

```xml
implementation 'io.leego:mypages:1.1.1'
implementation 'io.leego:mypages:1.1.2'
```

# 4. 快速设置
Expand Down
4 changes: 2 additions & 2 deletions docs/USERGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Please make sure the Java version is 1.8 and above.
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

## 3.2 Gradle

```xml
implementation 'io.leego:mypages:1.1.1'
implementation 'io.leego:mypages:1.1.2'
```

# 4. Quick Setup
Expand Down
2 changes: 1 addition & 1 deletion mypages-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<artifactId>mypages-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mypages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<artifactId>mypages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.leego</groupId>
<artifactId>mypages-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>MyPages is a java based, open source pagination plugin for MyBatis that simplifies database paging queries.</description>
Expand Down

0 comments on commit 3a2896f

Please sign in to comment.