Skip to content

Commit

Permalink
Update to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Nov 3, 2023
1 parent a0ab0f5 commit 8eaa3a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@

# Change Log

## [1.10.5](https://github.com/layoutBox/PinLayout/releases/tag/1.10.5)
Released on 2023-11-03

#### Replace UIScreen.main to get display scale on iOS 13.0 and later

UIScree.main will be deprecated in a future version of iOS.

Added by [Hyungyu Kim](https://github.com/hyun99999) in Pull Request [#275](https://github.com/layoutBox/PinLayout/pull/275)


## [1.10.3](https://github.com/layoutBox/PinLayout/releases/tag/1.10.2)
Released on 2022-06-07

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.10.4"
spec.version = "1.10.5"
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast."
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 8eaa3a1

Please sign in to comment.