Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 21, 2020
1 parent dcbb194 commit 1a3bacf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Align.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Align"
s.version = "2.3.0"
s.version = "2.4.0"
s.summary = "An intuitive and powerful Auto Layout library"

s.homepage = "https://github.com/kean/Align"
Expand Down
4 changes: 2 additions & 2 deletions Align.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Supporting/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.4.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Align;
PRODUCT_NAME = Align;
SKIP_INSTALL = YES;
Expand All @@ -486,7 +486,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Supporting/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.3.0;
MARKETING_VERSION = 2.4.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Align;
PRODUCT_NAME = Align;
SKIP_INSTALL = YES;
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

## Align 2.4.0

*June 21, 2020*

- Add [Cheat Sheet](https://github.com/kean/Align/files/4809887/align-cheat-sheet.pdf)
- Remove `anchors.margins` and `anchors.safeArea` APIs
- Documentation improvements

## Align 2.3.0

Expand Down

0 comments on commit 1a3bacf

Please sign in to comment.