From 97758a2529c0c80f1ed38fafa2c3d598b1c0ea8e Mon Sep 17 00:00:00 2001 From: Tyler Thompson Date: Thu, 31 Mar 2022 16:38:37 -0600 Subject: [PATCH] [data-driven] - Given the size of the new feature I revved the minor version - TT --- .github/fastlane/README.md | 8 -------- SwiftCurrent.podspec | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/fastlane/README.md b/.github/fastlane/README.md index 202a8ef10..3b3346f0b 100644 --- a/.github/fastlane/README.md +++ b/.github/fastlane/README.md @@ -15,14 +15,6 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do ## iOS -### ios all_tests - -```sh -[bundle exec] fastlane ios all_tests -``` - - - ### ios unit_test ```sh diff --git a/SwiftCurrent.podspec b/SwiftCurrent.podspec index 03512b45b..fe47e4012 100644 --- a/SwiftCurrent.podspec +++ b/SwiftCurrent.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftCurrent' - s.version = '5.0.3' + s.version = '5.1.0' 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.