From ca556c1a429c71299dd9b358ab666981098bc22e Mon Sep 17 00:00:00 2001
From: Tyler Thompson <tyler.thompson@wwt.com>
Date: Sun, 1 Sep 2019 19:03:53 -0600
Subject: [PATCH] [ci skip] publishing pod version: 0.0.1

---
 DynamicWorkflow.podspec |  2 +-
 Workflow/Info.plist     | 38 +++++++++++++++++++-------------------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/DynamicWorkflow.podspec b/DynamicWorkflow.podspec
index e2b277ff5..9d881dcc3 100644
--- a/DynamicWorkflow.podspec
+++ b/DynamicWorkflow.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'DynamicWorkflow'
-  s.version          = '0.0.0'
+  s.version          = '0.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 e1fe4cfb7..d4fb83385 100644
--- a/Workflow/Info.plist
+++ b/Workflow/Info.plist
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>$(DEVELOPMENT_LANGUAGE)</string>
-	<key>CFBundleExecutable</key>
-	<string>$(EXECUTABLE_NAME)</string>
-	<key>CFBundleIdentifier</key>
-	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>$(PRODUCT_NAME)</string>
-	<key>CFBundlePackageType</key>
-	<string>FMWK</string>
-	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
-	<key>CFBundleVersion</key>
-	<string>$(CURRENT_PROJECT_VERSION)</string>
-</dict>
-</plist>
+  <dict>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>$(DEVELOPMENT_LANGUAGE)</string>
+    <key>CFBundleExecutable</key>
+    <string>$(EXECUTABLE_NAME)</string>
+    <key>CFBundleIdentifier</key>
+    <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundleName</key>
+    <string>$(PRODUCT_NAME)</string>
+    <key>CFBundlePackageType</key>
+    <string>FMWK</string>
+    <key>CFBundleShortVersionString</key>
+    <string>1.0</string>
+    <key>CFBundleVersion</key>
+    <string>0.0.1</string>
+  </dict>
+</plist>
\ No newline at end of file