Skip to content

Commit

Permalink
2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgriselli committed May 21, 2019
1 parent 4449008 commit e1d4849
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SwipeableTabBarController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwipeableTabBarController'
s.version = '2.1.0'
s.version = '2.1.1'
s.summary = 'A UITabBarController where you can swipe interactively between tabs.'

s.description = "Subclass of UITabBarController that adds a swipe recognizer to the lowest UIViewController so you can interactively change tabs."
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ platform :ios do
end

def release(type)
pod_lib_lint
pod_lib_lint(allow_warnings: true)
podspec_name = "SwipeableTabBarController.podspec"
version = version_bump_podspec(path: podspec_name,
bump_type: type)
Expand All @@ -38,6 +38,6 @@ platform :ios do
message: "#{version} release")
add_git_tag(tag: "#{version}")
push_to_git_remote
pod_push
pod_push(allow_warnings: true)
end
end

0 comments on commit e1d4849

Please sign in to comment.