Skip to content

Commit

Permalink
Bump version to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Dion committed Sep 26, 2018
1 parent 9f603d1 commit 52aac23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@

# Change Log

## [1.8.4](https://github.com/layoutBox/PinLayout/releases/tag/1.8.4)
Released on 2018-09-25

#### Minor changes

* Cleanup .xcodeproj
* Removed Swiftlint warnings
* Fix an issue with PinLayoutSample app related to IntroRTLView example

* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#177](https://github.com/layoutBox/PinLayout/pull/177)

## [1.8.3](https://github.com/layoutBox/PinLayout/releases/tag/1.8.3)
Released on 2018-08-28

Expand Down
2 changes: 1 addition & 1 deletion PinLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "PinLayout"
spec.version = "1.8.3"
spec.version = "1.8.4"
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]"
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]"
spec.homepage = "https://github.com/layoutBox/PinLayout"
Expand Down

0 comments on commit 52aac23

Please sign in to comment.