Skip to content

Commit 7d7cf11

Browse files
Version bump 5.0.2 (#133)
1 parent 9472a1f commit 7d7cf11

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
### [5.0.2](https://github.com/xmartlabs/XLActionController/releases/tag/5.0.2)
6+
7+
* Fix incorrect top inset and content offset (#126)
8+
* Support setting cancel view's title color (#129)
9+
* Fix issue introduced with last release that would crash an app when using one of the subspecs
10+
511
### [5.0.1](https://github.com/xmartlabs/XLActionController/releases/tag/5.0.1)
612

713
* Updates for Xcode 11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ dependency manager for Cocoa.
442442
Specify XLActionController into your project's Carthage:
443443

444444
```
445-
github "xmartlabs/XLActionController" ~> 5.0.1
445+
github "xmartlabs/XLActionController" ~> 5.0.2
446446
```
447447

448448
### Manually as Embedded Framework

XLActionController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'XLActionController'
3-
spec.version = '5.0.1'
3+
spec.version = '5.0.2'
44
spec.license = 'MIT'
55
spec.summary = 'Fully customizable and extensible action sheet controller written in Swift'
66
spec.homepage = 'https://github.com/xmartlabs/XLActionController'

XLActionController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
380380
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
381381
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
382-
MARKETING_VERSION = 5.0.1;
382+
MARKETING_VERSION = 5.0.2;
383383
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController;
384384
PRODUCT_NAME = "$(TARGET_NAME)";
385385
SKIP_INSTALL = YES;
@@ -402,7 +402,7 @@
402402
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
403403
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
404404
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
405-
MARKETING_VERSION = 5.0.1;
405+
MARKETING_VERSION = 5.0.2;
406406
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.XLActionController;
407407
PRODUCT_NAME = "$(TARGET_NAME)";
408408
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)