Skip to content

Commit cd16f5c

Browse files
committed
Version 3.0.0
1 parent db8f175 commit cd16f5c

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
@@ -179,13 +179,13 @@ In general, the more complex the operation you want to perform on the data, the
179179
<dependency>
180180
<groupId>com.bestvike</groupId>
181181
<artifactId>linq</artifactId>
182-
<version>2.0.1</version>
182+
<version>3.0.0</version>
183183
</dependency>
184184
```
185185

186186
## Gradle
187187
```
188-
compile 'com.bestvike:linq:2.0.1'
188+
compile 'com.bestvike:linq:3.0.0'
189189
```
190190

191191
## Usage

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ LINQ 查询与 Stream API 相比也具有一定优势:
179179
<dependency>
180180
<groupId>com.bestvike</groupId>
181181
<artifactId>linq</artifactId>
182-
<version>2.0.1</version>
182+
<version>3.0.0</version>
183183
</dependency>
184184
```
185185

186186
## Gradle
187187
```
188-
compile 'com.bestvike:linq:2.0.1'
188+
compile 'com.bestvike:linq:3.0.0'
189189
```
190190

191191
## 用法

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
3.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>2.0.1</version>
15+
<version>3.0.0</version>
1616
<packaging>jar</packaging>
1717

1818
<name>linq</name>

0 commit comments

Comments
 (0)