Skip to content

Commit 52aac23

Browse files
author
Luc Dion
committed
Bump version to 1.8.4
1 parent 9f603d1 commit 52aac23

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.8.4](https://github.com/layoutBox/PinLayout/releases/tag/1.8.4)
11+
Released on 2018-09-25
12+
13+
#### Minor changes
14+
15+
* Cleanup .xcodeproj
16+
* Removed Swiftlint warnings
17+
* Fix an issue with PinLayoutSample app related to IntroRTLView example
18+
19+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#177](https://github.com/layoutBox/PinLayout/pull/177)
20+
1021
## [1.8.3](https://github.com/layoutBox/PinLayout/releases/tag/1.8.3)
1122
Released on 2018-08-28
1223

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.3"
11+
spec.version = "1.8.4"
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)