diff --git a/Mobilisten.podspec b/Mobilisten.podspec index c1f6867..2234ac0 100644 --- a/Mobilisten.podspec +++ b/Mobilisten.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Mobilisten" -spec.version = "6.0.1" +spec.version = "6.0.2" spec.summary = "Mobilisten iOS SDK" spec.license = { :type => "MIT", :text=> <<-LICENSE MIT License diff --git a/Mobilisten.zip b/Mobilisten.zip index 92f3d6a..4e9e2d6 100644 Binary files a/Mobilisten.zip and b/Mobilisten.zip differ diff --git a/README.md b/README.md index c9c7c57..7f77b2c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ [![Platform](https://img.shields.io/badge/platforms-iOS-orange.svg)](https://cocoapods.org/pods/Mobilisten) [![SupportedLanguages](https://img.shields.io/badge/languages-Swift%20%7C%20%20ObjectiveC-green.svg)](https://www.zoho.com/salesiq/help/developer-section/ios-mobile-sdk-installation.html) -[![Version](https://img.shields.io/badge/version-6.0.1-blue.svg)](https://cocoapods.org/pods/Mobilisten) +[![Version](https://img.shields.io/badge/version-6.0.2-blue.svg)](https://cocoapods.org/pods/Mobilisten) [![Cocoapods CDI](https://github.com/zoho/SalesIQ-Mobilisten-iOS/workflows/Cocoapods%20CD/badge.svg)](https://github.com/zoho/SalesIQ-Mobilisten-iOS/actions?query=workflow%3A%22Cocoapods+CD%22) -# SalesIQ Mobilisten iOS SDK 6.0.1 +# SalesIQ Mobilisten iOS SDK 6.0.2 Connect with customers at every step of their journey. Give them the best in-app live chat experience with Mobilisten. Mobilisten enables customers to reach you from any screen on your app, get their questions answered, and make better purchase decisions. @@ -19,7 +19,7 @@ platform :ios, '11.0' target 'Project Target' do use_frameworks! - pod 'Mobilisten', '6.0.1' + pod 'Mobilisten', '6.0.2' end ``` diff --git a/compatibility_matrix.json b/compatibility_matrix.json index 6f5d695..426f807 100644 --- a/compatibility_matrix.json +++ b/compatibility_matrix.json @@ -1,6 +1,6 @@ [ { "Xcode Version": "12 and Above", - "Mobilisten Version": "6.0.1" + "Mobilisten Version": "6.0.2" } ]