From cdec6634ffcf534d7903db9b2dfd4d515c50782e Mon Sep 17 00:00:00 2001 From: Chaitali Lad Date: Mon, 2 Aug 2021 16:08:41 +0530 Subject: [PATCH] Update release version to 1.0.0 --- README.md | 2 +- SSSwiftUISpinnerButton.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0650fa..b9608c4 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.3") + .package(url: "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton.git", from: "1.0.0") ] # Usage Examples diff --git a/SSSwiftUISpinnerButton.podspec b/SSSwiftUISpinnerButton.podspec index 2a4021f..ec470d6 100644 --- a/SSSwiftUISpinnerButton.podspec +++ b/SSSwiftUISpinnerButton.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.name = "SSSwiftUISpinnerButton" - spec.version = "0.0.3" + spec.version = "1.0.0" 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"