Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Dec 14, 2023
1 parent 482f488 commit c3ad014
Show file tree
Hide file tree
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
Expand Up @@ -194,13 +194,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>5.0.0</version>
<version>6.0.0</version>
</dependency>
```

## Gradle
```
implementation 'com.bestvike:linq:5.0.0'
implementation 'com.bestvike:linq:6.0.0'
```

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

## Gradle
```
implementation 'com.bestvike:linq:5.0.0'
implementation 'com.bestvike:linq:6.0.0'
```

## 用法
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
6.0.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.bestvike</groupId>
<artifactId>linq</artifactId>
<version>5.0.0</version>
<version>6.0.0</version>
<packaging>jar</packaging>

<name>linq</name>
Expand Down

0 comments on commit c3ad014

Please sign in to comment.