From 619ab9b42ef54eee518da149c397820cb94d58b0 Mon Sep 17 00:00:00 2001 From: shenben <714081644@qq.com> Date: Mon, 6 Nov 2023 16:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension-lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension-lib/build.gradle b/extension-lib/build.gradle index 4a676fb..e2bd93f 100644 --- a/extension-lib/build.gradle +++ b/extension-lib/build.gradle @@ -46,7 +46,7 @@ afterEvaluate { // You can then customize attributes of the publication as shown below. groupId = 'com.shencoder' artifactId = 'webrtcextension' - version = '1.0.9' + version = '1.1.0' } } }