Skip to content

Commit 7bedbe7

Browse files
fix: updated package version
1 parent 4319034 commit 7bedbe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Contentstack.podspec

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

66
s.description = <<-DESC
@@ -12,7 +12,7 @@ s.homepage = 'https://www.contentstack.com/'
1212
s.license = { :type => 'Commercial',:text => 'See https://www.contentstack.com/'}
1313
s.author = { 'Contentstack' => 'support@contentstack.io' }
1414

15-
s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.12.2' }
15+
s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.12.3' }
1616
s.social_media_url = 'https://twitter.com/Contentstack'
1717

1818
s.ios.deployment_target = '11.0'

ContentstackTest/ContentstackTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ - (void)tearDown {
119119
#pragma mark Test Case - Header
120120

121121

122-
- (void)test01FetchProductEntries {
122+
- (void)test01FetchSourceEntries {
123123
XCTestExpectation *expectation = [self expectationWithDescription:@"Fetch All Entries"];
124124

125125
ContentType* csForm = [csStack contentTypeWithName:@"product"];

0 commit comments

Comments
 (0)