Skip to content

Commit b52a70a

Browse files
author
Antonin Biret
committed
Release 0.0.2
1 parent 4f8a1c8 commit b52a70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ABSteppedProgressBar.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = 'ABSteppedProgressBar'
44

5-
s.version = '0.0.1'
5+
s.version = '0.0.2'
66

77
s.summary = 'Simple and customisable stepped progress bar for iOS written in Swift'
88

@@ -14,7 +14,7 @@ s.license = { :type => 'MIT', :file => 'LICENSE' }
1414

1515
s.source_files = 'Sources/*.swift'
1616

17-
s.source = { :git => "https://github.com/antoninbiret/ABSteppedProgressBar.git", :tag => "0.0.1" }
17+
s.source = { :git => "https://github.com/antoninbiret/ABSteppedProgressBar.git", :tag => "0.0.2" }
1818

1919
s.requires_arc = true
2020

0 commit comments

Comments
 (0)