We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238b523 commit bb7a285Copy full SHA for bb7a285
3 files changed
README.md
@@ -113,13 +113,13 @@ Linq to Objects for Java.
113
<dependency>
114
<groupId>com.bestvike</groupId>
115
<artifactId>linq</artifactId>
116
- <version>1.0.1</version>
+ <version>2.0.0</version>
117
</dependency>
118
```
119
120
## Gradle
121
122
-compile 'com.bestvike:linq:1.0.1'
+compile 'com.bestvike:linq:2.0.0'
123
124
125
## Demos
VERSION
@@ -1 +1 @@
1
-1.0.2-SNAPSHOT
+2.0.0
pom.xml
@@ -12,7 +12,7 @@
12
13
14
15
- <version>1.0.2-SNAPSHOT</version>
16
<packaging>jar</packaging>
17
18
<name>linq</name>
0 commit comments