Skip to content

Commit 16c8130

Browse files
Merge pull request #25 from contentful/new-release
New release version and update for cocoapods
2 parents ea9a5f1 + 9717e58 commit 16c8130

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ContentfulRichTextRenderer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |spec|
44
spec.name = "ContentfulRichTextRenderer"
5-
spec.version = "0.2.2"
5+
spec.version = "0.2.3"
66
spec.summary = "Swift library for rendering Contentful RichTextDocument."
77
spec.homepage = "https://github.com/contentful-labs/rich-text-renderer.swift"
88
spec.social_media_url = 'https://twitter.com/contentful'
@@ -20,6 +20,6 @@ Pod::Spec.new do |spec|
2020
spec.source_files = "Sources/RichTextRenderer/**/*.swift"
2121

2222
spec.dependency 'AlamofireImage', '~> 4.1.0'
23-
spec.dependency 'Contentful', '~> 5.2.0'
23+
spec.dependency 'Contentful', '~> 5.5.1'
2424
end
2525

RichTextRenderer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
"@executable_path/Frameworks",
758758
"@loader_path/Frameworks",
759759
);
760-
MARKETING_VERSION = 0.2.2;
760+
MARKETING_VERSION = 0.2.3;
761761
PRODUCT_BUNDLE_IDENTIFIER = com.contentful.RichTextRenderer;
762762
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
763763
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -786,7 +786,7 @@
786786
"@executable_path/Frameworks",
787787
"@loader_path/Frameworks",
788788
);
789-
MARKETING_VERSION = 0.2.2;
789+
MARKETING_VERSION = 0.2.3;
790790
PRODUCT_BUNDLE_IDENTIFIER = com.contentful.RichTextRenderer;
791791
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
792792
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)