Skip to content

Commit

Permalink
Bumps up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
soberman committed Nov 3, 2016
1 parent b275fc3 commit 8991eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARSLineProgress.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ARSLineProgress"
s.version = "2.0.2.1"
s.version = "2.1.0"
s.summary = "iOS progress bar, replacement for the default activity indicator."

s.description = <<-DESC
Expand Down Expand Up @@ -111,7 +111,7 @@ Pod::Spec.new do |s|
s.author = { "Yarik Arsenkin" => "info@arsenkin.com" }
s.social_media_url = "http://twitter.com/Soberman777"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/soberman/ARSLineProgress.git", :tag => "2.0.2.1" }
s.source = { :git => "https://github.com/soberman/ARSLineProgress.git", :tag => "2.1.0" }
s.source_files = "Source/*"
s.exclude_files = "Demo/*", "Carthage/*"
# s.public_header_files = "Source/ARSLineProgress.swift"
Expand Down

0 comments on commit 8991eac

Please sign in to comment.