Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 147e22b

Browse files
committed
Update CHANGELOG and podspec for 0.3.2
1 parent a2e06cd commit 147e22b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# XNGMarkdownParser CHANGELOG
22

3+
## 0.3.2
4+
5+
* Fix header detection
6+
[Jose Alcalá Correa](https://github.com/gskbyte) [#11](https://github.com/xing/XNGMarkdownParser/pull/11)
7+
8+
## 0.3.1
9+
10+
* Fix all the warnings
11+
312
## 0.3.0
413

514
* Add possibility to disable link detection

XNGMarkdownParser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "XNGMarkdownParser"
3-
s.version = "0.3.1"
3+
s.version = "0.3.2"
44
s.summary = "A Markdown NSAttributedString parser."
55
s.description = <<-DESC
66
This is a Markdown => NSAttributedString parser built on top

0 commit comments

Comments
 (0)