Skip to content

Commit 3dd39ed

Browse files
Version bump 4.1.0 (#1060)
1 parent 45d363f commit 3dd39ed

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
### Version 4.1.0:
5+
* Fix crash when .Nib is inside a framework bundle. (#1050)
6+
* iOS 13 dark mode support. (#1057)
7+
* Updates for Swift 5 in Examples
8+
49
### Version 4.0.1:
510
* Memory improvements and fixes.
611
* Other minor fixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ Installation
11281128
## CocoaPods
11291129

11301130
1. Add the following line in the project's Podfile file:
1131-
`pod 'XLForm', '~> 4.0'`.
1131+
`pod 'XLForm', '~> 4.1'`.
11321132
2. Run the command `pod install` from the Podfile folder directory.
11331133

11341134
XLForm **has no** dependencies over other pods.
@@ -1158,7 +1158,7 @@ For further details on how to create and configure the bridging header file visi
11581158
In your `Cartfile` add:
11591159

11601160
```
1161-
github "xmartlabs/XLForm" ~> 4.0
1161+
github "xmartlabs/XLForm" ~> 4.1
11621162
```
11631163

11641164
## Using git submodules

XLForm.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'XLForm'
3-
s.version = '4.0.1'
3+
s.version = '4.1.0'
44
s.license = { :type => 'MIT' }
55
s.summary = 'XLForm is the most flexible and powerful iOS library to create dynamic table-view forms.'
66
s.description = <<-DESC

0 commit comments

Comments
 (0)