Skip to content

Commit

Permalink
Bump to version 1.4
Browse files Browse the repository at this point in the history
--
Changes:
 - Fixed a bug parsing code elements with UTFDecoding see Issue #35
 - Improved readability of code regex and limited until 3 ```
 - Refactored Example project to support internet markdowns
  • Loading branch information
bmoliveira committed Jan 21, 2019
1 parent ef9386e commit 0f6e7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarkdownKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MarkdownKit"
s.version = "1.3"
s.version = "1.4"
s.summary = "MarkdownKit is a customizable and extensible Markdown parser for iOS."
s.description = <<-DESC
MarkdownKit is a customizable and extensible Markdown parser for iOS.
Expand Down

0 comments on commit 0f6e7ff

Please sign in to comment.