Skip to content

Commit 8f2ac89

Browse files
committed
版本 2.0.1
1 parent 1586286 commit 8f2ac89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ Linq to Objects for Java.
113113
<dependency>
114114
<groupId>com.bestvike</groupId>
115115
<artifactId>linq</artifactId>
116-
<version>2.0.0</version>
116+
<version>2.0.1</version>
117117
</dependency>
118118
```
119119

120120
## Gradle
121121
```
122-
compile 'com.bestvike:linq:2.0.0'
122+
compile 'com.bestvike:linq:2.0.1'
123123
```
124124

125125
## Demos

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

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.0</version>
15+
<version>2.0.1</version>
1616
<packaging>jar</packaging>
1717

1818
<name>linq</name>

0 commit comments

Comments
 (0)