We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bf30b commit 8223847Copy full SHA for 8223847
ContentStackIO_Internal/CSIOCoreHTTPNetworking.m
@@ -15,7 +15,7 @@
15
#import "CSIOURLCache.h"
16
#import "NSObject+Extensions.h"
17
18
-NSString *const sdkVersion = @"3.3.1";
+NSString *const sdkVersion = @"3.4.0";
19
20
@interface CSIOCoreHTTPNetworking (){
21
id networkChangeObserver;
Docs/DocGenerationScript.sh
@@ -25,7 +25,7 @@ target="iphoneos";
25
/usr/local/bin/appledoc \
26
--project-name "Contentstack" \
27
--project-company "Contentstack.com" \
28
---project-version "3.3.1" \
+--project-version "3.4.0" \
29
--company-id "${companyID}" \
30
--docset-bundle-id "${companyID}.${companyForFeed}" \
31
--docset-bundle-name "${companyForFeed}" \
0 commit comments