diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 396c06b..5dbe7c0 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -22,6 +22,7 @@ platform :ios do podspec_name = "CodableFirebase.podspec" version = version_bump_podspec(path: podspec_name, bump_type: type) + increment_version_number(version_number: version) #cocoapods git_add git_commit(path: ".",