From 24b528f6775ac5f5aa8d4844e2b69bad7ac1a6d0 Mon Sep 17 00:00:00 2001 From: shenben <714081644@qq.com> Date: Thu, 10 Oct 2024 18:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=9A2.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index c5da8dc..a7d56f0 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -88,7 +88,7 @@ afterEvaluate { // You can then customize attributes of the publication as shown below. groupId = 'com.shencoder' artifactId = 'mvvmkit' - version = '1.2.0' + version = '2.0.0' } } }