From 05dcdb03d786abbd377e04c8726154cc0ddfabb8 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Thu, 29 Jan 2015 16:36:16 +0900 Subject: [PATCH] Bump version to 1.0.5 --- UITextView+Placeholder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UITextView+Placeholder.podspec b/UITextView+Placeholder.podspec index 0b3fb08..637eb87 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.4" + s.version = "1.0.5" s.summary = "A missing placeholder for UITextView." s.homepage = "https://github.com/devxoul/UITextView-Placeholder" s.license = { :type => 'MIT', :file => 'LICENSE' }