From b89d3f3d3e0ebb30cf2a9261089c0abacd36f6cc Mon Sep 17 00:00:00 2001 From: Binya Koatz Date: Thu, 10 Dec 2020 12:04:07 -0800 Subject: [PATCH] Release 7.4.5 (#227) Includes added test + data provider fix, behind lix --- Hakawai.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hakawai.podspec b/Hakawai.podspec index 5012bfb..d895047 100644 --- a/Hakawai.podspec +++ b/Hakawai.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Hakawai" - s.version = "7.4.4" + s.version = "7.4.5" s.summary = "Hakawai aims to be a more powerful UITextView." s.description = <<-DESC Hakawai is a subclass of UITextView that exposes a number of convenience APIs, and supports further extension via 'plug-ins'. Hakawai ships with an easy-to-use, powerful, and customizable plug-in allowing users to create social media 'mentions'-style annotations. @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } s.authors = "Austin Zheng" s.platform = :ios, "10.0" - s.source = { :git => "https://github.com/linkedin/Hakawai.git", :tag => "7.4.4" } + s.source = { :git => "https://github.com/linkedin/Hakawai.git", :tag => "7.4.5" } s.framework = "UIKit" s.requires_arc = true end