Skip to content

Commit 761adb2

Browse files
committed
Update version to 1.3.30
1 parent 4677936 commit 761adb2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.3.30](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.30)
11+
Released on 2023-02-28
12+
13+
#### Fixes issue while including FlexLayout as a dependency of another Swift Package
14+
15+
Fixes issue [#219](https://github.com/layoutBox/FlexLayout/issues/219) where including FlexLayout as a dependency of another swift package would fail to build - because it isn't possible to set the preprocessor definition `FLEXLAYOUT_SWIFT_PACKAGE` without an Xcode project.
16+
17+
Added by [Luke Wakeford](https://github.com/lukewakeford) in Pull Request [#221](https://github.com/layoutBox/FlexLayout/pull/221)
18+
19+
1020
## [1.3.29](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.29)
1121
Released on 2023-02-28
1222

FlexLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "1.3.29"
4+
spec.version = "1.3.30"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)