From 41e7f9aff38653b8876bd5a799abc4a2f4e6536d Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Wed, 12 Aug 2015 23:41:12 +0900 Subject: [PATCH] Bump version to 1.1.0 --- UITextView+Placeholder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UITextView+Placeholder.podspec b/UITextView+Placeholder.podspec index 6d88ec2..d62f761 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.9" + s.version = "1.1.0" s.summary = "A missing placeholder for UITextView." s.homepage = "https://github.com/devxoul/UITextView-Placeholder" s.license = { :type => 'MIT', :file => 'LICENSE' }