Skip to content

Commit 0980f45

Browse files
committed
raise pod version
1 parent e51a323 commit 0980f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Refresher.podspec

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

33
s.name = "Refresher"
4-
s.version = "0.2.0"
4+
s.version = "0.2.1"
55
s.summary = "Pull to refresh in Swift"
66

77
s.description = <<-DESC
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020

2121
s.platform = :ios, "8.0"
2222

23-
s.source = { :git => "https://github.com/jcavar/refresher.git", :tag => "0.2.0" }
23+
s.source = { :git => "https://github.com/jcavar/refresher.git", :tag => "0.2.1" }
2424

2525
s.source_files = "Refresher/*.swift"
2626

0 commit comments

Comments
 (0)