Skip to content

Commit

Permalink
版本 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Jan 4, 2019
1 parent 1586286 commit 8f2ac89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ Linq to Objects for Java.
<dependency>
<groupId>com.bestvike</groupId>
<artifactId>linq</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

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

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

<name>linq</name>
Expand Down

0 comments on commit 8f2ac89

Please sign in to comment.