Skip to content

Commit 7e7c549

Browse files
Merge pull request #18 from SimformSolutionsPvtLtd/develop
Develop to main branch
2 parents c3b796f + 5033649 commit 7e7c549

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SSSwiftUISpinnerButton is an open-source library in SwiftUI to add different spi
4141
- 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...`
4242

4343
dependencies: [
44-
.package(url: "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton.git", from: "0.0.2")
44+
.package(url: "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton.git", from: "0.0.3")
4545
]
4646

4747
# Usage Examples

SSSwiftUISpinnerButton.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |spec|
1010

1111
spec.name = "SSSwiftUISpinnerButton"
12-
spec.version = "0.0.2"
12+
spec.version = "0.0.3"
1313
spec.summary = "Button with different spinner animation styles."
1414
spec.description = "SpinnerButton is a custom button with different spinner animation styles."
1515
spec.homepage = "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton"

0 commit comments

Comments
 (0)