From 1af0375e08be5ec4c3283fb59ddd1116fe47c0d2 Mon Sep 17 00:00:00 2001 From: k-lpmg Date: Sun, 24 Jun 2018 05:31:59 +0900 Subject: [PATCH] Bump version to 0.2.2 --- Tagging.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tagging.podspec b/Tagging.podspec index 64bfecb..2256695 100644 --- a/Tagging.podspec +++ b/Tagging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Tagging" - s.version = "0.2.0" + s.version = "0.2.2" s.summary = "TextView that provides a tagging feature to Mention or Hashtag" s.homepage = "https://github.com/k-lpmg/Tagging" s.license = { :type => 'MIT', :file => 'LICENSE' }