Skip to content

Commit 90ff847

Browse files
Merge pull request #47 from contentful/version_update
Update version number
2 parents 82943e8 + bf94ca2 commit 90ff847

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ContentfulRichTextRenderer.podspec

Lines changed: 1 addition & 1 deletion
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.4"
5+
spec.version = "0.3.0"
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'

RichTextRenderer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
"@executable_path/Frameworks",
822822
"@loader_path/Frameworks",
823823
);
824-
MARKETING_VERSION = 0.2.4;
824+
MARKETING_VERSION = 0.3.0;
825825
PRODUCT_BUNDLE_IDENTIFIER = com.contentful.RichTextRenderer;
826826
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
827827
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -850,7 +850,7 @@
850850
"@executable_path/Frameworks",
851851
"@loader_path/Frameworks",
852852
);
853-
MARKETING_VERSION = 0.2.4;
853+
MARKETING_VERSION = 0.3.0;
854854
PRODUCT_BUNDLE_IDENTIFIER = com.contentful.RichTextRenderer;
855855
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
856856
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)