Skip to content

Commit b2a5992

Browse files
author
Luc Dion
committed
Update version to 1.7.4
1 parent 6adef84 commit b2a5992

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@
77

88
# Change Log
99

10-
## [1.7.3](https://github.com/layoutBox/FlexLayout/releases/tag/1.7.2)
10+
## [1.7.4](https://github.com/layoutBox/FlexLayout/releases/tag/1.7.4)
11+
Released on 2018-05-26
12+
13+
### Objective-C support for macOS and tvOS
14+
Add the support of Objective-C to macOS and tvOS.
15+
16+
Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#138](https://github.com/mirego/PinLayout/pull/138)
17+
18+
## [1.7.3](https://github.com/layoutBox/FlexLayout/releases/tag/1.7.3)
1119
Released on 2018-04-25
1220

1321
### Add few missing Objective-C Interface properties and methods

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.7.3"
11+
spec.version = "1.7.4"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. [iOS/macOS/tvOS]"
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]"
1414
spec.homepage = "https://mirego.github.io/PinLayout/"

0 commit comments

Comments
 (0)