Skip to content

Commit 2db7eaa

Browse files
committed
Update 1.3.24
1 parent e68349d commit 2db7eaa

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/github-actions-ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on: [push, pull_request]
44
jobs:
55
CI:
66
runs-on: macos-latest
7-
# env:
8-
# DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
7+
98
steps:
109
- name: Checkout
1110
uses: actions/checkout@v2

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77

88
# Change Log
99

10+
## [1.3.24](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.24)
11+
Released on 2022-04-08
12+
13+
####Change the access control of margin padding functions
14+
15+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#199](https://github.com/layoutBox/FlexLayout/pull/199)
16+
17+
1018
## [1.3.23](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.23)
1119
Released on 2021-11-22
1220

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.23"
4+
spec.version = "1.3.24"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)