From c775a9316e7f628cc376328f6b00db5084d4a849 Mon Sep 17 00:00:00 2001 From: TimAndy Date: Mon, 18 Dec 2023 10:31:04 +0800 Subject: [PATCH] Version 6.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 070f9480..2861e4c9 100644 --- a/README.md +++ b/README.md @@ -194,13 +194,13 @@ In general, the more complex the operation you want to perform on the data, the com.bestvike linq - 5.0.0 + 6.0.0 ``` ## Gradle ``` -implementation 'com.bestvike:linq:5.0.0' +implementation 'com.bestvike:linq:6.0.0' ``` ## Usage diff --git a/README_CN.md b/README_CN.md index ca85da86..4beaa35a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -194,13 +194,13 @@ LINQ 查询与 Stream API 相比也具有一定优势: com.bestvike linq - 5.0.0 + 6.0.0 ``` ## Gradle ``` -implementation 'com.bestvike:linq:5.0.0' +implementation 'com.bestvike:linq:6.0.0' ``` ## 用法 diff --git a/VERSION b/VERSION index 28cbf7c0..f4965a31 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.0 \ No newline at end of file +6.0.0 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 23e8b770..07038a17 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.bestvike linq - 5.0.0 + 6.0.0 jar linq