diff --git a/CHANGELOG.md b/CHANGELOG.md index afb5524..92b7d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +### [5.0.2](https://github.com/xmartlabs/XLActionController/releases/tag/5.0.2) + +* Fix incorrect top inset and content offset (#126) +* Support setting cancel view's title color (#129) +* Fix issue introduced with last release that would crash an app when using one of the subspecs + ### [5.0.1](https://github.com/xmartlabs/XLActionController/releases/tag/5.0.1) * Updates for Xcode 11 diff --git a/README.md b/README.md index 249d871..810e83c 100644 --- a/README.md +++ b/README.md @@ -442,7 +442,7 @@ dependency manager for Cocoa. Specify XLActionController into your project's Carthage: ``` -github "xmartlabs/XLActionController" ~> 5.0.1 +github "xmartlabs/XLActionController" ~> 5.0.2 ``` ### Manually as Embedded Framework diff --git a/XLActionController.podspec b/XLActionController.podspec index 7495b64..ec20a73 100644 --- a/XLActionController.podspec +++ b/XLActionController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'XLActionController' - spec.version = '5.0.1' + spec.version = '5.0.2' spec.license = 'MIT' spec.summary = 'Fully customizable and extensible action sheet controller written in Swift' spec.homepage = 'https://github.com/xmartlabs/XLActionController' diff --git a/XLActionController.xcodeproj/project.pbxproj b/XLActionController.xcodeproj/project.pbxproj index 9c16ec6..a2ec87b 100644 --- a/XLActionController.xcodeproj/project.pbxproj +++ b/XLActionController.xcodeproj/project.pbxproj @@ -379,7 +379,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 5.0.1; + MARKETING_VERSION = 5.0.2; PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -402,7 +402,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MARKETING_VERSION = 5.0.1; + MARKETING_VERSION = 5.0.2; PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES;