Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 18, 2020
1 parent 21b0eee commit 545b047
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1.0"
s.version = "2.2.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 @@ -461,7 +461,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.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Align;
PRODUCT_NAME = Align;
SKIP_INSTALL = YES;
Expand All @@ -482,7 +482,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.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Align;
PRODUCT_NAME = Align;
SKIP_INSTALL = YES;
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Align 2

## Align 2.2.0

*June 18, 2020*

- Add missing Core APIs for collections

## Align 2.1.0

*June 17, 2020*
Expand Down

0 comments on commit 545b047

Please sign in to comment.