Skip to content

Commit

Permalink
Bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Sep 28, 2015
1 parent eb2464b commit 2ece4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TextField.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "TextField"
s.summary = "A TextField that supports formatters and input validators such as maximum length and regex"
s.version = "0.2.1"
s.version = "0.2.2"
s.homepage = "https://github.com/3lvis/TextField"
s.license = 'MIT'
s.author = { "Elvis Nuñez" => "[email protected]" }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.source_files = 'Source/**/*'
s.frameworks = 'UIKit'
s.dependency 'Formatter', '~> 0.2.0'
s.dependency 'Formatter', '~> 0.2.1'
s.dependency 'InputValidator', '~> 0.3.0'
s.dependency 'Hex', '~> 2.0'
end

0 comments on commit 2ece4e4

Please sign in to comment.