Skip to content

Commit 06bd003

Browse files
author
wasim-18972
committed
update version to 4.1.2
1 parent ec8a80b commit 06bd003

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import PackageDescription
55

6-
let version = "4.0.7"
6+
let version = "4.1.1"
77
let package = Package(
88
name: "ZohoDeskPortalCore",
99
platforms: [
@@ -16,14 +16,14 @@ let package = Package(
1616
targets: ["ZohoDeskPortalCore", "ZohoDeskPortalCorePackage"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/zoho/ZohoDeskPortalKB", exact: "4.0.7"),
20-
.package(url: "https://github.com/zoho/ZohoDeskPortalCommunity", exact: "4.0.7"),
21-
.package(url: "https://github.com/zoho/ZohoDeskPortalTicket", exact: "4.0.7")
19+
.package(url: "https://github.com/zoho/ZohoDeskPortalKB", exact: "4.1.2"),
20+
.package(url: "https://github.com/zoho/ZohoDeskPortalCommunity", exact: "4.1.2"),
21+
.package(url: "https://github.com/zoho/ZohoDeskPortalTicket", exact: "4.1.2")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package, defining a module or a test suite.
2525
// Targets can depend on other targets in this package and products from dependencies.
26-
.binaryTarget(name: "ZohoDeskPortalCore", url: "https://maven.zohodl.com/ZohoDesk/ZohoDeskPortalCore/\(version)/ZohoDeskPortalCore.zip", checksum: "1495411625d145abe187734d1b7d4ee9cef55662befdc34b7e84f29b75fa6b93"),
26+
.binaryTarget(name: "ZohoDeskPortalCore", url: "https://maven.zohodl.com/ZohoDesk/ZohoDeskPortalCore/\(version)/ZohoDeskPortalCore.zip", checksum: "7a50347a71029cc0aa710279dc4c3391182527ecf78cc65fad6899c315ee2d31"),
2727

2828
.target(
2929
name: "ZohoDeskPortalCorePackage",

0 commit comments

Comments
 (0)