Skip to content

Commit cbbb89e

Browse files
committed
Update version to 1.8.9
1 parent bdf6c8b commit cbbb89e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77

88
# Change Log
99

10+
## [1.8.9](https://github.com/layoutBox/PinLayout/releases/tag/1.8.9)
11+
Released on 2019-08-16
12+
13+
#### Upgrade to Swift 5
14+
15+
* Upgrade project to Swift 5
16+
* Update Pods
17+
* Apply xcodeproj migration
18+
19+
Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#195](https://github.com/layoutBox/PinLayout/pull/195)
20+
21+
1022
## [1.8.8](https://github.com/layoutBox/PinLayout/releases/tag/1.8.8)
1123
Released on 2019-06-25
1224

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |spec|
1010
spec.name = "PinLayout"
11-
spec.version = "1.8.8"
11+
spec.version = "1.8.9"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]"
1313
spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]"
1414
spec.homepage = "https://github.com/layoutBox/PinLayout"

0 commit comments

Comments
 (0)