From 16c0142477fa99860b2436e958229493ab0936d7 Mon Sep 17 00:00:00 2001 From: Tyler-Keith-Thompson Date: Sat, 13 Aug 2022 21:48:34 +0000 Subject: [PATCH] [ci skip] Apply automatic changes --- .github/fastlane/README.md | 6 +++--- SwiftCurrent.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.