From 264f0fd686f72979e11a0e8a48fdf86612459c43 Mon Sep 17 00:00:00 2001 From: "travis@localhost" Date: Sat, 5 Oct 2019 23:53:01 +0000 Subject: [PATCH] [ci skip] publishing pod version: 0.0.6 --- DynamicWorkflow.podspec | 2 +- Workflow/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DynamicWorkflow.podspec b/DynamicWorkflow.podspec index 8727a953f..0bea8262b 100644 --- a/DynamicWorkflow.podspec +++ b/DynamicWorkflow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DynamicWorkflow' - s.version = '0.0.5' + s.version = '0.0.6' 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 6187ceee9..f0621e3c3 100644 --- a/Workflow/Info.plist +++ b/Workflow/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 0.0.5 + 0.0.6 \ No newline at end of file