From 551139b445a2196db748725472986cdb186fba71 Mon Sep 17 00:00:00 2001 From: Michael Ho Date: Wed, 26 May 2021 12:11:15 -0700 Subject: [PATCH] Release prep 0.1.3 --- MHLoadingButton.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.