Skip to content

Commit bb7a285

Browse files
committed
版本 2.0.0
1 parent 238b523 commit bb7a285

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>1.0.1</version>
116+
<version>2.0.0</version>
117117
</dependency>
118118
```
119119

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

125125
## Demos

VERSION

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

1818
<name>linq</name>

0 commit comments

Comments
 (0)