File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Workflow'
3
- s . version = '0.22.4 '
3
+ s . version = '0.22.5 '
4
4
s . summary = 'Reactive application architecture'
5
5
s . homepage = 'https://www.github.com/square/workflow'
6
6
s . license = 'Apache License, Version 2.0'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
s . source_files = 'swift/Workflow/Sources/*.swift'
18
18
19
19
s . dependency 'ReactiveSwift' , '~> 6.0.0'
20
-
20
+
21
21
s . test_spec 'Tests' do |test_spec |
22
22
test_spec . source_files = 'swift/Workflow/Tests/**/*.swift'
23
23
test_spec . framework = 'XCTest'
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'WorkflowTesting'
3
- s . version = '0.22.4 '
3
+ s . version = '0.22.5 '
4
4
s . summary = 'Reactive application architecture'
5
5
s . homepage = 'https://www.github.com/square/workflow'
6
6
s . license = 'Apache License, Version 2.0'
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'WorkflowUI'
3
- s . version = '0.22.4 '
3
+ s . version = '0.22.5 '
4
4
s . summary = 'Infrastructure for Workflow-powered UI'
5
5
s . homepage = 'https://www.github.com/square/workflow'
6
6
s . license = 'Apache License, Version 2.0'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
s . source_files = 'swift/WorkflowUI/Sources/**/*.swift'
18
18
19
19
s . dependency 'Workflow' , "#{ s . version } "
20
-
20
+
21
21
s . test_spec 'Tests' do |test_spec |
22
22
test_spec . source_files = 'swift/WorkflowUI/Tests/**/*.swift'
23
23
test_spec . framework = 'XCTest'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android.useAndroidX=true
21
21
# android.debug.obsoleteApi=true
22
22
23
23
GROUP =com.squareup.workflow
24
- VERSION_NAME =0.22.4
24
+ VERSION_NAME =0.22.5-SNAPSHOT
25
25
26
26
POM_DESCRIPTION =Reactive workflows
27
27
You can’t perform that action at this time.
0 commit comments