Skip to content

Commit 844e489

Browse files
committed
Finish release v0.22.4
1 parent 0a0f702 commit 844e489

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Workflow.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Workflow'
3-
s.version = '0.22.4'
3+
s.version = '0.22.5'
44
s.summary = 'Reactive application architecture'
55
s.homepage = 'https://www.github.com/square/workflow'
66
s.license = 'Apache License, Version 2.0'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = 'swift/Workflow/Sources/*.swift'
1818

1919
s.dependency 'ReactiveSwift', '~> 6.0.0'
20-
20+
2121
s.test_spec 'Tests' do |test_spec|
2222
test_spec.source_files = 'swift/Workflow/Tests/**/*.swift'
2323
test_spec.framework = 'XCTest'

WorkflowTesting.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 = 'WorkflowTesting'
3-
s.version = '0.22.4'
3+
s.version = '0.22.5'
44
s.summary = 'Reactive application architecture'
55
s.homepage = 'https://www.github.com/square/workflow'
66
s.license = 'Apache License, Version 2.0'

WorkflowUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WorkflowUI'
3-
s.version = '0.22.4'
3+
s.version = '0.22.5'
44
s.summary = 'Infrastructure for Workflow-powered UI'
55
s.homepage = 'https://www.github.com/square/workflow'
66
s.license = 'Apache License, Version 2.0'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = 'swift/WorkflowUI/Sources/**/*.swift'
1818

1919
s.dependency 'Workflow', "#{s.version}"
20-
20+
2121
s.test_spec 'Tests' do |test_spec|
2222
test_spec.source_files = 'swift/WorkflowUI/Tests/**/*.swift'
2323
test_spec.framework = 'XCTest'

kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android.useAndroidX=true
2121
#android.debug.obsoleteApi=true
2222

2323
GROUP=com.squareup.workflow
24-
VERSION_NAME=0.22.4
24+
VERSION_NAME=0.22.5-SNAPSHOT
2525

2626
POM_DESCRIPTION=Reactive workflows
2727

0 commit comments

Comments
 (0)