From 896a2e8e9fd0fde86d03494f7d7f33e7d5f8ea34 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Mon, 15 Dec 2014 14:35:29 +0900 Subject: [PATCH] Bump version to 1.0.2 --- UITextView+Placeholder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UITextView+Placeholder.podspec b/UITextView+Placeholder.podspec index 62a0a62..36c8828 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.1" + s.version = "1.0.2" s.summary = "A missing placeholder for UITextView." s.homepage = "https://github.com/devxoul/UITextView-Placeholder" s.license = { :type => 'MIT', :file => 'LICENSE' }