From d9bbe62b2f1e8191b13c61f2acc5c40b846a72c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 7 Mar 2018 11:40:12 +0800 Subject: [PATCH] updating to 2.1.5 --- CHANGELOG.md | 7 +++++++ TSMarkdownParser.podspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738b602..2a07a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. --- +## [2.1.5](https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.5) (2018/03/07) +Released on 2018/03/07. + +#### Fixed +* Fixed compatibility with Xcode 7 + + ## [2.1.4](https://github.com/laptobbe/TSMarkdownParser/releases/tag/2.1.4) (2018/03/05) Released on 2018/03/05. diff --git a/TSMarkdownParser.podspec b/TSMarkdownParser.podspec index 05deae7..c6b6f80 100644 --- a/TSMarkdownParser.podspec +++ b/TSMarkdownParser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TSMarkdownParser" - s.version = "2.1.4" + s.version = "2.1.5" s.summary = "A markdown to NSAttributedString parser for iOS and OSX" s.description = <<-DESC