Skip to content

Commit 73af319

Browse files
committed
Package version update
1 parent 61c199b commit 73af319

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ContentstackUtils.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ContentstackUtils'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55

66
s.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use this SDK on iOS platform, you will have to install the SDK according to t
1818
Add the following to your Podfile:
1919

2020
use_frameworks!
21-
pod 'ContentstackUtils', '~> 1.2.0'
21+
pod 'ContentstackUtils', '~> 1.2.1'
2222

2323
#### Swift Package Manager
2424
1. Installing libxml2 to your computer:
@@ -41,7 +41,7 @@ Add the following to your Podfile:
4141
let package = Package(
4242
name: "YourProject",
4343
dependencies: [
44-
.package(url: "https://github.com/tid-kijyun/ContentstackUtils.git", from: "1.2.0"),
44+
.package(url: "https://github.com/tid-kijyun/ContentstackUtils.git", from: "1.2.1"),
4545
],
4646
targets: [
4747
.target(

0 commit comments

Comments
 (0)