Skip to content

Commit 64b051c

Browse files
committed
fix: 📦 utils contentstack updated
1 parent 447bf93 commit 64b051c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ContentstackSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Pod::Spec.new do |s|
4343

4444
# s.public_header_files = 'Pod/Classes/**/*.h'
4545
# s.frameworks = 'UIKit'
46-
s.dependency 'ContentstackUtils', '~> 1.2.0'
46+
s.dependency 'ContentstackUtils', '~> 1.3.0'
4747
end
4848

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121
dependencies: [
2222
// Dependencies declare other packages that this package depends on.
23-
.package(url: "https://github.com/contentstack/contentstack-utils-swift.git", from: "1.2.0"),
23+
.package(url: "https://github.com/contentstack/contentstack-utils-swift.git", from: "1.3.0"),
2424
// Dev dependencies
2525
.package(url: "https://github.com/venmo/DVR.git", from: "2.1.0")
2626
],

0 commit comments

Comments
 (0)