Skip to content

Commit

Permalink
Prepare release 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
denandreychuk committed Feb 16, 2021
1 parent 2f6075f commit e3bb4c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EasySwiftLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EasySwiftLayout'
s.version = '1.6.0'
s.version = '1.6.1'
s.license = 'MIT'
s.summary = 'Lightweight Swift framework for Auto-Layout. Helps you write readable and compact UI code using simple API.'
s.homepage = 'https://github.com/denandreychuk/EasySwiftLayout'
Expand Down
4 changes: 2 additions & 2 deletions EasySwiftLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = F7NGW4S7J5;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down Expand Up @@ -699,7 +699,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = F7NGW4S7J5;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand Down

0 comments on commit e3bb4c6

Please sign in to comment.