Skip to content

Commit 154ce99

Browse files
3.3.1 release
1 parent 26cef8d commit 154ce99

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SwipeableTabBarController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwipeableTabBarController'
3-
s.version = '3.3.0'
3+
s.version = '3.3.1'
44
s.summary = 'A UITabBarController where you can swipe interactively between tabs.'
55

66
s.description = "Subclass of UITabBarController that adds a swipe recognizer to the lowest UIViewController so you can interactively change tabs."

fastlane/Fastfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ platform :ios do
3030
podspec_name = "SwipeableTabBarController.podspec"
3131
version = version_bump_podspec(path: podspec_name,
3232
bump_type: type)
33-
increment_version_number(version_number: version)
34-
#cocoapods
3533
git_add
3634
git_commit(path: ".",
3735
message: "#{version} release")

0 commit comments

Comments
 (0)