Skip to content

Commit 9a80206

Browse files
author
Luc Dion
committed
Update version to 1.0.15
1 parent d04656d commit 9a80206

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77

88
# Change Log
99

10+
## [1.0.15](https://github.com/mirego/PinLayout/releases/tag/1.0.15)
11+
Released on 2017-06-12.
12+
13+
#### Change
14+
* Add **tvOS** support & set iOS target to 8.0 (instead of 10.2)
15+
* Added by [Luc Dion](https://github.com/lucmirego) in Pull Request [#46](https://github.com/mirego/PinLayout/pull/46)
16+
17+
1018
## [1.0.14](https://github.com/mirego/PinLayout/releases/tag/1.0.14)
1119
Released on 2017-06-12.
1220

@@ -24,8 +32,6 @@ Released on 2017-06-12.
2432
* `right(of relativeViews: UIView...) `
2533
* `right(of relativeViews: UIView..., aligned: VerticalAlignment)`
2634

27-
<br>
28-
2935
## [1.0.11](https://github.com/mirego/PinLayout/releases/tag/1.0.11)
3036
Released on 2017-06-08.
3137

@@ -45,7 +51,6 @@ Previously the size specified was applied only if both the width and height wasn
4551
- Fixed by [Luc Dion](https://github.com/lucmirego) in Pull Request
4652
[#36](https://github.com/mirego/PinLayout/pull/36).
4753

48-
<br>
4954

5055
## [1.0.7](https://github.com/mirego/PinLayout/releases/tag/1.0.7)
5156
Released on 2017-06-06.

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.0.14"
19+
s.version = "1.0.15"
2020
s.summary = "Swift manual views layouting without auto layout, fast, no magic, pure code, full control. Concise syntax, readable & chainable."
2121

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

0 commit comments

Comments
 (0)