From 261b655ed19d13d638ed6c68418ca1c824d64a0f Mon Sep 17 00:00:00 2001 From: Nicolas Goutaland Date: Tue, 28 Nov 2017 17:35:54 +0100 Subject: [PATCH] Bumped version --- CHANGELOG.md | 2 ++ GONMarkupParser.podspec | 2 +- README.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0107be..c03ff28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change Log +## [__0.7.6__](https://github.com/nicolasgoutaland/GONMarkupParser/releases/tag/0.7.6) +Fixed a bug on NSParagraphStyle mutability
## [__0.7.5__](https://github.com/nicolasgoutaland/GONMarkupParser/releases/tag/0.7.5) Fixed a bug on lists heading alignment
Fixed a bug on lists, with subitems not aligned
diff --git a/GONMarkupParser.podspec b/GONMarkupParser.podspec index 611ca5e..321f20c 100644 --- a/GONMarkupParser.podspec +++ b/GONMarkupParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "GONMarkupParser" - s.version = "0.7.5" + s.version = "0.7.6" s.summary = "NSAttributedString generation from NSString using XML, that can be easily extended." s.platform = :ios, "7.0" s.description = <<-DESC diff --git a/README.md b/README.md index 8b835c6..9f7ca9a 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ No, definitely not. I was still able to push to GitHub yesterday. See the [Contributors page](https://github.com/nicolasgoutaland/GONMarkupParser/graphs/contributors) on github. ## Versions +[__0.7.6__](https://github.com/nicolasgoutaland/GONMarkupParser/releases/tag/0.7.6) : Fixed a bug on NSParagraphStyle mutability
[__0.7.5__](https://github.com/nicolasgoutaland/GONMarkupParser/releases/tag/0.7.5) : Fixed bugs on lists, Added support for strong tag
[__0.7.4__](https://github.com/nicolasgoutaland/GONMarkupParser/releases/tag/0.7.4) : Fixed (again -_-) new line character bug on lists
[__0.7.3__](https://github.com/nicolasgoutaland/GONMarkupParser/releases/tag/0.7.3) : Fixed new line character bug on lists