Skip to content

Commit cdc8469

Browse files
committed
Version change
1 parent dbab402 commit cdc8469

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Version: 3.8.1
2+
#### Date: Jan-22-2021
3+
4+
##### Bug Fix:
5+
- Content Type fetch Url issue reolved
16

27
### Version: 3.8.0
38
#### Date: Dec-05-2020

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.8.0'
3+
s.version = '3.8.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
@@ -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.8.0' }
15+
s.source = { :git => 'https://github.com/contentstack/contentstack-ios.git', :tag => 'v3.8.1' }
1616
s.social_media_url = 'https://twitter.com/Contentstack'
1717

1818
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 "NSObject+Extensions.h"
1616
#import "CSURLSessionManager.h"
1717

18-
NSString *const sdkVersion = @"3.8.0";
18+
NSString *const sdkVersion = @"3.8.1";
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.8.0" \
28+
--project-version "3.8.1" \
2929
--company-id "${companyID}" \
3030
--docset-bundle-id "${companyID}.${companyForFeed}" \
3131
--docset-bundle-name "${companyForFeed}" \

0 commit comments

Comments
 (0)