From 04663646d4bdf7d02870ffbb933c46710b630f5b Mon Sep 17 00:00:00 2001 From: Lee <18611401994@163.com> Date: Thu, 30 Apr 2020 10:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Framework/LEEAlert/LEEAlert.xcodeproj/project.pbxproj | 4 ++-- LEEAlert.podspec | 2 +- LEEAlert/LEEAlert.h | 2 +- LEEAlert/LEEAlert.m | 2 +- LEEAlert/LEEAlertHelper.h | 2 +- UPDATELOG.md | 4 ++++ 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Framework/LEEAlert/LEEAlert.xcodeproj/project.pbxproj b/Framework/LEEAlert/LEEAlert.xcodeproj/project.pbxproj index 9bdfe5c..53d5db8 100644 --- a/Framework/LEEAlert/LEEAlert.xcodeproj/project.pbxproj +++ b/Framework/LEEAlert/LEEAlert.xcodeproj/project.pbxproj @@ -297,7 +297,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.10; + MARKETING_VERSION = 1.4.0; PRODUCT_BUNDLE_IDENTIFIER = com.lee.alert; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -325,7 +325,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.3.10; + MARKETING_VERSION = 1.4.0; PRODUCT_BUNDLE_IDENTIFIER = com.lee.alert; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; diff --git a/LEEAlert.podspec b/LEEAlert.podspec index 0bf1a61..d3289e4 100644 --- a/LEEAlert.podspec +++ b/LEEAlert.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "LEEAlert" -s.version = "1.3.10" +s.version = "1.4.0" s.summary = "优雅的Alert ActionSheet" s.homepage = "https://github.com/lixiang1994/LEEAlert" diff --git a/LEEAlert/LEEAlert.h b/LEEAlert/LEEAlert.h index 0ff5f9c..36ad97f 100644 --- a/LEEAlert/LEEAlert.h +++ b/LEEAlert/LEEAlert.h @@ -13,7 +13,7 @@ * * @author LEE * @copyright Copyright © 2016 - 2019年 lee. All rights reserved. - * @version V1.3.10 + * @version V1.4.0 */ #import diff --git a/LEEAlert/LEEAlert.m b/LEEAlert/LEEAlert.m index 58f67aa..ebb6d14 100644 --- a/LEEAlert/LEEAlert.m +++ b/LEEAlert/LEEAlert.m @@ -13,7 +13,7 @@ * * @author LEE * @copyright Copyright © 2016 - 2019年 lee. All rights reserved. - * @version V1.3.10 + * @version V1.4.0 */ #import "LEEAlert.h" diff --git a/LEEAlert/LEEAlertHelper.h b/LEEAlert/LEEAlertHelper.h index c05c41c..0d99957 100644 --- a/LEEAlert/LEEAlertHelper.h +++ b/LEEAlert/LEEAlertHelper.h @@ -13,7 +13,7 @@ * * @author LEE * @copyright Copyright © 2016 - 2019年 lee. All rights reserved. - * @version V1.3.10 + * @version V1.4.0 */ #ifndef LEEAlertHelper_h diff --git a/UPDATELOG.md b/UPDATELOG.md index 1c69e99..037fd6b 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,6 +1,10 @@ # LEEAlert - 更新日志 +V1.4.0 +============== +`LEEAction`增加 `numberOfLines` `textAlignment` `adjustsFontSizeToFitWidth` `lineBreakMode`属性. + V1.3.10 ============== 修复内存泄露