Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
timandy committed Dec 10, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 705aece commit 3d1b3df
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -179,13 +179,13 @@ In general, the more complex the operation you want to perform on the data, the
<dependency>
<groupId>com.bestvike</groupId>
<artifactId>linq</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
```

## Gradle
```
compile 'com.bestvike:linq:3.0.0'
compile 'com.bestvike:linq:3.1.0'
```

## Usage
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -179,13 +179,13 @@ LINQ 查询与 Stream API 相比也具有一定优势:
<dependency>
<groupId>com.bestvike</groupId>
<artifactId>linq</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
```

## Gradle
```
compile 'com.bestvike:linq:3.0.0'
compile 'com.bestvike:linq:3.1.0'
```

## 用法
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.1.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@

<groupId>com.bestvike</groupId>
<artifactId>linq</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<packaging>jar</packaging>

<name>linq</name>

0 comments on commit 3d1b3df

Please sign in to comment.