Skip to content

Commit 0eca18b

Browse files
author
Luc Dion
committed
Bump version 1.2.1
1 parent cca8459 commit 0eca18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.0"
19+
s.version = "1.2.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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ This is an equivalent solutions using the `justify()` method. This method is exp
818818

819819
## justify() / align() <a name="justify_align"></a>
820820

821-
**Method:**
821+
**Methods:**
822822

823823
* **`justify(_ : HorizontalAlign)`**
824824
Justify the view horizontally. This method justifies horizontally a view in situations where the left, right and the width has been set (using either width/minWidth/maxWidth). In this situation, the view may be smaller than the space available between the left and the right edges. A view can be justified **left**, **center**, **right**, **start***, **end***.

0 commit comments

Comments
 (0)