From 5a7e49a085064d2cf83a7963eae65adf2483983b Mon Sep 17 00:00:00 2001 From: "travis@localhost" Date: Sun, 8 Mar 2020 12:34:42 +0000 Subject: [PATCH] [ci skip] publishing pod version: 1.0.1 --- DynamicWorkflow.podspec | 2 +- Workflow/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DynamicWorkflow.podspec b/DynamicWorkflow.podspec index 36bce1410..eccc88df7 100644 --- a/DynamicWorkflow.podspec +++ b/DynamicWorkflow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DynamicWorkflow' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'Workflows that work, yo (blame Richard for this name)' s.description = <<-DESC iOS has a linear paradigm for navigation that doesn't support a lot of flexibility. This library attempts to create a dynamic way to define your workflows in code allowing for easy reording. diff --git a/Workflow/Info.plist b/Workflow/Info.plist index bed15fdae..b123afffd 100644 --- a/Workflow/Info.plist +++ b/Workflow/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 0.0.22 + 1.0.1 \ No newline at end of file