diff --git a/DynamicWorkflow.podspec b/DynamicWorkflow.podspec
index 816d783e5..04c05c99e 100644
--- a/DynamicWorkflow.podspec
+++ b/DynamicWorkflow.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DynamicWorkflow'
- s.version = '2.0.0'
+ s.version = '2.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 de676c18d..3750006cd 100644
--- a/Workflow/Info.plist
+++ b/Workflow/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
1.0
CFBundleVersion
- 1.0.28
+ 2.0.1
diff --git a/fastlane/README.md b/fastlane/README.md
index 005dd5286..3767b4d6c 100644
--- a/fastlane/README.md
+++ b/fastlane/README.md
@@ -21,6 +21,16 @@ or alternatively using `brew install fastlane`
fastlane ios unit_test
```
+### ios build_swiftpm
+```
+fastlane ios build_swiftpm
+```
+
+### ios cocoapods_liblint
+```
+fastlane ios cocoapods_liblint
+```
+
### ios patch
```
fastlane ios patch