Skip to content

Commit 98bfafc

Browse files
committed
Version 6.0.0
1 parent a31e20d commit 98bfafc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,13 @@ In general, the more complex the operation you want to perform on the data, the
194194
<dependency>
195195
<groupId>com.bestvike</groupId>
196196
<artifactId>linq</artifactId>
197-
<version>5.0.0</version>
197+
<version>6.0.0</version>
198198
</dependency>
199199
```
200200

201201
## Gradle
202202
```
203-
implementation 'com.bestvike:linq:5.0.0'
203+
implementation 'com.bestvike:linq:6.0.0'
204204
```
205205

206206
## Usage

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,13 @@ LINQ 查询与 Stream API 相比也具有一定优势:
194194
<dependency>
195195
<groupId>com.bestvike</groupId>
196196
<artifactId>linq</artifactId>
197-
<version>5.0.0</version>
197+
<version>6.0.0</version>
198198
</dependency>
199199
```
200200

201201
## Gradle
202202
```
203-
implementation 'com.bestvike:linq:5.0.0'
203+
implementation 'com.bestvike:linq:6.0.0'
204204
```
205205

206206
## 用法

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
6.0.0

pom.xml

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

1313
<groupId>com.bestvike</groupId>
1414
<artifactId>linq</artifactId>
15-
<version>5.0.0</version>
15+
<version>6.0.0</version>
1616
<packaging>jar</packaging>
1717

1818
<name>linq</name>

0 commit comments

Comments
 (0)