Skip to content

Commit 72f5300

Browse files
committed
update version to 1.10.6
1 parent 39dd754 commit 72f5300

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.10.6](https://github.com/layoutBox/PinLayout/releases/tag/1.10.6)
11+
12+
#### Fix CI Failures and Improve Test Code
13+
14+
Added by [heoblitz](https://github.com/heoblitz) in Pull Request [#283](https://github.com/layoutBox/PinLayout/pull/283)
15+
16+
1017
## [1.10.5](https://github.com/layoutBox/PinLayout/releases/tag/1.10.5)
1118
Released on 2023-11-03
1219

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