Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik committed Mar 30, 2021
1 parent e35131b commit f5e21ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
- Master:
- Nothing yet
- 5.3.1
- Applied `additionalBottomSpace` to interactive dismissal
- 5.3.0
- Allow setting `canBecomeFirstResponder`
Expand Down
2 changes: 1 addition & 1 deletion InputBarAccessoryView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.swift_versions = '5.3'

# 2 - Version
s.version = "5.3.0"
s.version = "5.3.1"

# 3 - License
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions InputBarAccessoryView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.3.0;
MARKETING_VERSION = 5.3.1;
PRODUCT_BUNDLE_IDENTIFIER = me.nathantannar.InputBarAccessoryView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -618,7 +618,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.3.0;
MARKETING_VERSION = 5.3.1;
PRODUCT_BUNDLE_IDENTIFIER = me.nathantannar.InputBarAccessoryView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit f5e21ad

Please sign in to comment.