diff --git a/CDAlertView.podspec b/CDAlertView.podspec index 4e404a4..ef63a7b 100644 --- a/CDAlertView.podspec +++ b/CDAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CDAlertView' - s.version = '0.1.1' + s.version = '0.2.0' s.summary = 'Highly customizable alert/notification/success/error/alarm popup' s.description = <<-DESC CDAlertView is highly customizable alert popup written in Swift 3. Usage is similar to UIAlertController. diff --git a/README.md b/README.md index 6bc2dda..1824145 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![CDAlertView: Highly customizable alert popup](https://cloud.githubusercontent.com/assets/1971963/20237496/34d3081c-a8d4-11e6-8907-80b4c248dce0.png) [![CI Status](http://img.shields.io/travis/candostdagdeviren/CDAlertView.svg?style=flat)](https://travis-ci.org/candostdagdeviren/CDAlertView/) -CocoaPods compatible +CocoaPods compatible Swift 3 compatible Platform iOS License: MIT