Skip to content

Commit

Permalink
版本 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed May 25, 2018
1 parent 238b523 commit bb7a285
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>1.0.1</version>
<version>2.0.0</version>
</dependency>
```

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

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

<name>linq</name>
Expand Down

0 comments on commit bb7a285

Please sign in to comment.