Skip to content

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valliammai-sv committed Aug 25, 2023
1 parent f38e664 commit a8a4dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// swift-tools-version:5.3
import PackageDescription

let version = "6.0.0"
let version = "6.0.1"
let package = Package(
name: "Mobilisten",
platforms: [.iOS(.v11)],
Expand All @@ -13,6 +13,6 @@ let package = Package(
targets: [
.binaryTarget(
name: "Mobilisten",
url: "https://raw.githubusercontent.com/zoho/SalesIQ-Mobilisten-iOS/v\(version)/Mobilisten.zip", checksum: "1f448e3250ddf28deaa4099d7e08f079fec24ee3146ed0ba1a4f7a86c87555db")
url: "https://raw.githubusercontent.com/zoho/SalesIQ-Mobilisten-iOS/v\(version)/Mobilisten.zip", checksum: "a3e30cf992afc76c887696dd777311da88ac8298b2380c080f7935e953704744")
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![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.0-blue.svg)](https://cocoapods.org/pods/Mobilisten)
[![Version](https://img.shields.io/badge/version-6.0.1-blue.svg)](https://cocoapods.org/pods/Mobilisten)

# Swift Package for SalesIQ Mobilisten iOS SDK

Expand Down

0 comments on commit a8a4dca

Please sign in to comment.