Skip to content

Commit

Permalink
[ci skip] publishing pod version: 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
travis@localhost committed Oct 5, 2019
1 parent e9fd9c9 commit 264f0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion Workflow/Info.plist
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>0.0.5</string>
<string>0.0.6</string>
</dict>
</plist>

0 comments on commit 264f0fd

Please sign in to comment.