Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Sep 20, 2019
1 parent db8f175 commit cd16f5c
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 @@ -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>2.0.1</version>
<version>3.0.0</version>
</dependency>
```

## Gradle
```
compile 'com.bestvike:linq:2.0.1'
compile 'com.bestvike:linq:3.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 @@ -179,13 +179,13 @@ LINQ 查询与 Stream API 相比也具有一定优势:
<dependency>
<groupId>com.bestvike</groupId>
<artifactId>linq</artifactId>
<version>2.0.1</version>
<version>3.0.0</version>
</dependency>
```

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

## 用法
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
3.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>2.0.1</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<name>linq</name>
Expand Down

0 comments on commit cd16f5c

Please sign in to comment.