From 1deb08575c447c2255bb9dd8d97781a5894a03b5 Mon Sep 17 00:00:00 2001 From: Chaitali Lad Date: Wed, 28 Jul 2021 10:07:29 +0530 Subject: [PATCH] Update release version to 0.0.3 --- README.md | 2 +- SSSwiftUISpinnerButton.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38c2036..e0650fa 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ SSSwiftUISpinnerButton is an open-source library in SwiftUI to add different spi - When using Xcode 11 or later, you can install `SSSwiftUISpinnerButton` by going to your Project settings > `Swift Packages` and add the repository by providing the GitHub URL. Alternatively, you can go to `File` > `Swift Packages` > `Add Package Dependencies...` dependencies: [ - .package(url: "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton.git", from: "0.0.2") + .package(url: "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton.git", from: "0.0.3") ] # Usage Examples diff --git a/SSSwiftUISpinnerButton.podspec b/SSSwiftUISpinnerButton.podspec index ab23f9a..2a4021f 100644 --- a/SSSwiftUISpinnerButton.podspec +++ b/SSSwiftUISpinnerButton.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.name = "SSSwiftUISpinnerButton" - spec.version = "0.0.2" + spec.version = "0.0.3" spec.summary = "Button with different spinner animation styles." spec.description = "SpinnerButton is a custom button with different spinner animation styles." spec.homepage = "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton"