From 74c6789aa0e0327fd432ac19965ec4bade9d4019 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Tue, 16 Dec 2014 17:55:43 +0900 Subject: [PATCH] Bump version to 1.0.3 --- UITextView+Placeholder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UITextView+Placeholder.podspec b/UITextView+Placeholder.podspec index 36c8828..e3b6652 100644 --- a/UITextView+Placeholder.podspec +++ b/UITextView+Placeholder.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "UITextView+Placeholder" - s.version = "1.0.2" + s.version = "1.0.3" s.summary = "A missing placeholder for UITextView." s.homepage = "https://github.com/devxoul/UITextView-Placeholder" s.license = { :type => 'MIT', :file => 'LICENSE' }