diff --git a/DPTagTextView.podspec b/DPTagTextView.podspec
index 895835a..a759f45 100644
--- a/DPTagTextView.podspec
+++ b/DPTagTextView.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#
s.name = "DPTagTextView"
- s.version = "2.5.0"
+ s.version = "2.5.1"
s.summary = "Add & detect Tag/mention and tag search for Textview."
# This description is used to generate tags and improve search results.
diff --git a/DPTagTextView/DPTagTextView.xcodeproj/project.pbxproj b/DPTagTextView/DPTagTextView.xcodeproj/project.pbxproj
index c669924..4ed8751 100644
--- a/DPTagTextView/DPTagTextView.xcodeproj/project.pbxproj
+++ b/DPTagTextView/DPTagTextView.xcodeproj/project.pbxproj
@@ -301,7 +301,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MARKETING_VERSION = 2.5.0;
+ MARKETING_VERSION = 2.5.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.Datt.DPTagTextView;
@@ -331,7 +331,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MARKETING_VERSION = 2.5.0;
+ MARKETING_VERSION = 2.5.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.Datt.DPTagTextView;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
diff --git a/DPTagTextView/DPTagTextView.xcodeproj/project.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate b/DPTagTextView/DPTagTextView.xcodeproj/project.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate
index 521876b..361325f 100644
Binary files a/DPTagTextView/DPTagTextView.xcodeproj/project.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate and b/DPTagTextView/DPTagTextView.xcodeproj/project.xcworkspace/xcuserdata/datt.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/DPTagTextView/DPTagTextView/DPTagTextView/DPTagTextView.swift b/DPTagTextView/DPTagTextView/DPTagTextView/DPTagTextView.swift
index c49169a..543eaf1 100644
--- a/DPTagTextView/DPTagTextView/DPTagTextView/DPTagTextView.swift
+++ b/DPTagTextView/DPTagTextView/DPTagTextView/DPTagTextView.swift
@@ -37,7 +37,7 @@ public protocol DPTagTextViewDelegate {
func textView(_ textView: DPTagTextView, shouldInteractWith textAttachment: NSTextAttachment, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool
}
-extension DPTagTextViewDelegate {
+public extension DPTagTextViewDelegate {
func dpTagTextView(_ textView: DPTagTextView, didChangedTagSearchString strSearch: String, isHashTag: Bool) {}
func dpTagTextView(_ textView: DPTagTextView, didInsertTag tag: DPTag) {}
func dpTagTextView(_ textView: DPTagTextView, didRemoveTag tag: DPTag) {}
diff --git a/DPTagTextView/DPTagTextView/Info.plist b/DPTagTextView/DPTagTextView/Info.plist
index 16be3b6..1312a7e 100644
--- a/DPTagTextView/DPTagTextView/Info.plist
+++ b/DPTagTextView/DPTagTextView/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0
+ $(MARKETING_VERSION)
CFBundleVersion
1
LSRequiresIPhoneOS