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"