Skip to content

Commit 7d8008b

Browse files
author
travis@localhost
committed
[ci skip] publishing pod version: 0.0.4
1 parent 894a5c3 commit 7d8008b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DynamicWorkflow.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DynamicWorkflow'
3-
s.version = '0.0.3'
3+
s.version = '0.0.4'
44
s.summary = 'Workflows that work, yo (blame Richard for this name)'
55
s.description = <<-DESC
66
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.

Workflow/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.0.3</string>
20+
<string>0.0.4</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)