diff --git a/TextField.podspec b/TextField.podspec index 76a7996..2141b37 100644 --- a/TextField.podspec +++ b/TextField.podspec @@ -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.4.0" + s.version = "0.4.1" s.homepage = "https://github.com/3lvis/TextField" s.license = 'MIT' s.author = { "Elvis Nuñez" => "elvisnunez@me.com" }