From 90c8609c5fcf797ea4fa100df063ea4384665b3d Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Wed, 18 Sep 2019 21:09:52 +0900 Subject: [PATCH] Bump version to 1.3.3 --- UITextView+Placeholder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UITextView+Placeholder.podspec b/UITextView+Placeholder.podspec index 5edf019..46eae17 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.2" + s.version = "1.3.3" s.summary = "A missing placeholder for UITextView." s.homepage = "https://github.com/devxoul/UITextView-Placeholder" s.license = { :type => 'MIT', :file => 'LICENSE' }