diff --git a/DynamicWorkflow.podspec b/DynamicWorkflow.podspec
index 61580a653..9b8ea20c0 100644
--- a/DynamicWorkflow.podspec
+++ b/DynamicWorkflow.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'DynamicWorkflow'
-  s.version          = '0.0.10'
+  s.version          = '0.0.11'
   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 790a74a82..91bb418a0 100644
--- a/Workflow/Info.plist
+++ b/Workflow/Info.plist
@@ -17,6 +17,6 @@
     <key>CFBundleShortVersionString</key>
     <string>1.0</string>
     <key>CFBundleVersion</key>
-    <string>0.0.10</string>
+    <string>0.0.11</string>
   </dict>
 </plist>
\ No newline at end of file