Skip to content

Commit 2c55b0a

Browse files
author
Luc Dion
committed
Update version to 1.3.1.
1 parent 88b34e0 commit 2c55b0a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77

88
# Change Log
9+
10+
## [1.3.1](https://github.com/mirego/PinLayout/releases/tag/1.3.1)
11+
#### Change
12+
* Add new margin method `margin(_ insets: UIEdgeInsets)`
13+
Set all margins using an UIEdgeInsets.
14+
This method is particularly useful to set all margins using iOS 11 UIView.safeAreaInsets
15+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#82](https://github.com/mirego/PinLayout/pull/82)
16+
917
## [1.3.0](https://github.com/mirego/PinLayout/releases/tag/1.3.0)
1018
Released on 2017-08-18.
1119

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "PinLayout"
19-
s.version = "1.3.0"
19+
s.version = "1.3.1"
2020
s.summary = "Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable."
2121

2222
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)