From 029fe2588f7432ae23e2fb71a7e29badef325533 Mon Sep 17 00:00:00 2001 From: Arkadiusz Holko Date: Tue, 21 Feb 2017 22:11:35 +0100 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 5 +++++ IBAnalyzer.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8666c0..eaaac03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ --- +## 0.2.1 + +- Improved README. +- Replaces errors with warnings. + ## 0.2.0 - Build phase integration through CocoaPods. diff --git a/IBAnalyzer.podspec b/IBAnalyzer.podspec index 70c5b2f..ae24b69 100644 --- a/IBAnalyzer.podspec +++ b/IBAnalyzer.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "IBAnalyzer" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "Tool for finding xib and storyboard-related issues at the build time." s.homepage = "https://github.com/fastred/IBAnalyzer"