Skip to content

Commit 8eaa3a1

Browse files
committed
Update to 1.10.5
1 parent a0ab0f5 commit 8eaa3a1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77

88
# Change Log
99

10+
## [1.10.5](https://github.com/layoutBox/PinLayout/releases/tag/1.10.5)
11+
Released on 2023-11-03
12+
13+
#### Replace UIScreen.main to get display scale on iOS 13.0 and later
14+
15+
UIScree.main will be deprecated in a future version of iOS.
16+
17+
Added by [Hyungyu Kim](https://github.com/hyun99999) in Pull Request [#275](https://github.com/layoutBox/PinLayout/pull/275)
18+
19+
1020
## [1.10.3](https://github.com/layoutBox/PinLayout/releases/tag/1.10.2)
1121
Released on 2022-06-07
1222

Diff for: PinLayout.podspec

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