From cd16f5ccf9aed857b773a09b90121cb9324d205e Mon Sep 17 00:00:00 2001 From: TimAndy Date: Fri, 20 Sep 2019 09:35:51 +0800 Subject: [PATCH] Version 3.0.0 --- README.md | 4 ++-- README_CN.md | 4 ++-- VERSION | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6c9ec703..8a05493e 100644 --- a/README.md +++ b/README.md @@ -179,13 +179,13 @@ In general, the more complex the operation you want to perform on the data, the com.bestvike linq - 2.0.1 + 3.0.0 ``` ## Gradle ``` -compile 'com.bestvike:linq:2.0.1' +compile 'com.bestvike:linq:3.0.0' ``` ## Usage diff --git a/README_CN.md b/README_CN.md index 39ff5e30..169ab862 100644 --- a/README_CN.md +++ b/README_CN.md @@ -179,13 +179,13 @@ LINQ 查询与 Stream API 相比也具有一定优势: com.bestvike linq - 2.0.1 + 3.0.0 ``` ## Gradle ``` -compile 'com.bestvike:linq:2.0.1' +compile 'com.bestvike:linq:3.0.0' ``` ## 用法 diff --git a/VERSION b/VERSION index 10bf840e..56fea8a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 \ No newline at end of file +3.0.0 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 148c8db3..7d39c1ea 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.bestvike linq - 2.0.1 + 3.0.0 jar linq