From cf8dda49eb4e43779c5872a469f8e1753301cfc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20Kalici=C5=84ski?= <146713236+wkal-pubnub@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:58:41 +0100 Subject: [PATCH] Update gradle.properties --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8833fa5..43ca26a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT SONATYPE_AUTOMATIC_RELEASE=false GROUP=com.pubnub POM_PACKAGING=jar -VERSION_NAME=0.9.3 +VERSION_NAME=0.9.4 POM_NAME=PubNub Chat SDK POM_DESCRIPTION=This SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application. @@ -40,4 +40,4 @@ ENABLE_TARGET_IOS_SIMULATOR_ARM64=true NPM_PUBLISH_REGISTRY_NPMJS_DRY=true -kotlin.js.ir.output.granularity=whole-program \ No newline at end of file +kotlin.js.ir.output.granularity=whole-program