diff --git a/.github/fastlane/README.md b/.github/fastlane/README.md index 4da59ae7..cefc6eb3 100644 --- a/.github/fastlane/README.md +++ b/.github/fastlane/README.md @@ -90,12 +90,12 @@ Release a new version with a major bump_type ---- -## macOS +## Mac -### macOS CLI_test +### mac CLI_test ```sh -[bundle exec] fastlane macOS CLI_test +[bundle exec] fastlane mac CLI_test ``` diff --git a/SwiftCurrent.podspec b/SwiftCurrent.podspec index 4c7e53bc..f7ace4ce 100644 --- a/SwiftCurrent.podspec +++ b/SwiftCurrent.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftCurrent' - s.version = '5.1.5' + s.version = '5.1.6' s.summary = 'A library for complex workflows in Swift' s.description = <<-DESC SwiftCurrent is a library that lets you easily manage journeys through your Swift application.