diff --git a/MHLoadingButton.podspec b/MHLoadingButton.podspec index d21d001..bcc6966 100644 --- a/MHLoadingButton.podspec +++ b/MHLoadingButton.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "MHLoadingButton" - spec.version = "0.1.2" + spec.version = "0.1.3" spec.summary = "A collection of loading buttons and their stylings written in Swift." # This description is used to generate tags and improve search results. diff --git a/README.md b/README.md index f89d351..a4712e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Loading Buttons A collection of loading buttons and their styling written in Swift. -[![Generic badge](https://img.shields.io/badge/Swift-5.0-orange.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/iOS-11.0+-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Version-0.1.2-orange.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/platform-ios-green.svg)](https://shields.io/) +[![Generic badge](https://img.shields.io/badge/Swift-5.0-orange.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/iOS-11.0+-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/Version-0.1.3-orange.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/platform-ios-green.svg)](https://shields.io/) You may see the following [Medium](https://medium.com/) article for detailed explanation of creating loading buttons.