diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 0787c5d..449f79e 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,7 +1,7 @@ PODS: - Expecta (0.3.2) - FBSnapshotTestCase (1.6) - - XNGMarkdownParser (0.3.0) + - XNGMarkdownParser (0.3.1) DEPENDENCIES: - Expecta (~> 0.3.1) @@ -15,6 +15,6 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Expecta: ee641011fe10aa1855d487b40e4976dac50ec342 FBSnapshotTestCase: 9d5fe43b29ae3a0ed8fc829477971b281038f748 - XNGMarkdownParser: 8ad6d21f972f2b2301637d842da2f7942faed5a0 + XNGMarkdownParser: 9396475421ed009ccdc929187b7278df0a64fcf1 COCOAPODS: 0.36.0 diff --git a/XNGMarkdownParser.podspec b/XNGMarkdownParser.podspec index 76e9659..47a3b8b 100644 --- a/XNGMarkdownParser.podspec +++ b/XNGMarkdownParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "XNGMarkdownParser" - s.version = "0.3.0" + s.version = "0.3.1" s.summary = "A Markdown NSAttributedString parser." s.description = <<-DESC This is a Markdown => NSAttributedString parser built on top