Skip to content

Commit 95d114f

Browse files
committed
Version
1 parent 138077e commit 95d114f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Contentstack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DESC
1111
s.homepage = 'https://www.contentstack.com/'
1212
s.license = { :type => 'Commercial',:text => 'See https://www.contentstack.com/'}
1313
s.author = { 'Contentstack' => 'support@contentstack.io' }
14-
s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => '3.6.0' }
14+
s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.6.0' }
1515
s.social_media_url = 'https://twitter.com/Contentstack'
1616

1717
s.ios.deployment_target = '8.0'

ContentstackInternal/CSIOCoreHTTPNetworking.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import "CSIOURLCache.h"
1616
#import "NSObject+Extensions.h"
1717

18-
NSString *const sdkVersion = @"3.5.0";
18+
NSString *const sdkVersion = @"3.6.0";
1919

2020
@interface CSIOCoreHTTPNetworking (){
2121
id networkChangeObserver;

Docs/DocGenerationScript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ target="iphoneos";
2525
/usr/local/bin/appledoc \
2626
--project-name "Contentstack" \
2727
--project-company "Contentstack.com" \
28-
--project-version "3.5.0" \
28+
--project-version "3.6.0" \
2929
--company-id "${companyID}" \
3030
--docset-bundle-id "${companyID}.${companyForFeed}" \
3131
--docset-bundle-name "${companyForFeed}" \

0 commit comments

Comments
 (0)