From 5a133b7efc4e8dd9de91c9eada48270d90c83ef0 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Thu, 30 Jan 2020 23:18:03 +0900 Subject: [PATCH] Bump version to 1.4.0 --- UITextView+Placeholder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UITextView+Placeholder.podspec b/UITextView+Placeholder.podspec index 46eae17..273e5a5 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.3.3" + s.version = "1.4.0" s.summary = "A missing placeholder for UITextView." s.homepage = "https://github.com/devxoul/UITextView-Placeholder" s.license = { :type => 'MIT', :file => 'LICENSE' }