Skip to content

Commit 0f77413

Browse files
committed
📝 Version update
1 parent d51c259 commit 0f77413

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fileignoreconfig:
22
- filename: README.md
33
allowed_patterns: [API_KEY, DELIVERY_TOKEN, ENVIRONMENT]
4-
- filename: Sources/ContentstackUtils/Node.swift
5-
checksum: bcdcb0b1d1bbfa02226b3e41262f3400a465959af22a5ba1914962a548ba5d8e
4+
- filename: ContentstackUtils.xcodeproj/project.pbxproj
5+
checksum: 5b62a76622fed7df9967d8646467bd2f04c221df2c95eddce7541fd8ab448078

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.1.1'
3+
s.version = '1.1.2'
44
s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55

66
s.description = <<-DESC

ContentstackUtils.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
0FA3D58C2522098000E58179 /* EmbededModelMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmbededModelMock.swift; sourceTree = "<group>"; };
101101
0FA3D58F252228E300E58179 /* build.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = "<group>"; };
102102
0FA3D5902522290700E58179 /* run-test-case.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "run-test-case.sh"; sourceTree = "<group>"; };
103+
0FAA3EBD26A1C65B00173FA9 /* ContentstackUtils.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = ContentstackUtils.podspec; sourceTree = "<group>"; };
103104
0FEA64C42587525900F39DA4 /* Decodable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decodable.swift; sourceTree = "<group>"; };
104105
0FEC0B12254FE0B2008D4E66 /* libxmlHTMLNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = libxmlHTMLNode.swift; sourceTree = "<group>"; };
105106
0FEC0B13254FE0B2008D4E66 /* CSS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CSS.swift; sourceTree = "<group>"; };
@@ -309,6 +310,7 @@
309310
OBJ_5 = {
310311
isa = PBXGroup;
311312
children = (
313+
0FAA3EBD26A1C65B00173FA9 /* ContentstackUtils.podspec */,
312314
OBJ_6 /* Package.swift */,
313315
0F7142C725517A4900C18A61 /* README.md */,
314316
0FA3D58E252228E300E58179 /* Scripts */,
@@ -549,7 +551,7 @@
549551
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
550552
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
551553
MACOSX_DEPLOYMENT_TARGET = 10.10;
552-
MARKETING_VERSION = 1.1.1;
554+
MARKETING_VERSION = 1.1.2;
553555
OTHER_CFLAGS = "$(inherited)";
554556
OTHER_LDFLAGS = "$(inherited)";
555557
OTHER_SWIFT_FLAGS = "$(inherited)";
@@ -581,7 +583,7 @@
581583
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
582584
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
583585
MACOSX_DEPLOYMENT_TARGET = 10.10;
584-
MARKETING_VERSION = 1.1.1;
586+
MARKETING_VERSION = 1.1.2;
585587
OTHER_CFLAGS = "$(inherited)";
586588
OTHER_LDFLAGS = "$(inherited)";
587589
OTHER_SWIFT_FLAGS = "$(inherited)";

0 commit comments

Comments
 (0)