Skip to content

Commit

Permalink
Bump version to 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AquaGeek committed May 20, 2020
1 parent b15d17c commit 434341a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Workflow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Workflow'
s.version = '0.28.0'
s.version = '0.28.1'
s.summary = 'Reactive application architecture'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand All @@ -23,5 +23,5 @@ Pod::Spec.new do |s|
test_spec.framework = 'XCTest'
test_spec.library = 'swiftos'
end

end

2 changes: 1 addition & 1 deletion WorkflowSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowSwiftUI'
s.version = '0.28.0'
s.version = '0.28.1'
s.summary = 'Infrastructure for Workflow-powered SwiftUI'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion WorkflowTesting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowTesting'
s.version = '0.28.0'
s.version = '0.28.1'
s.summary = 'Reactive application architecture'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion WorkflowUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowUI'
s.version = '0.28.0'
s.version = '0.28.1'
s.summary = 'Infrastructure for Workflow-powered UI'
s.homepage = 'https://www.github.com/square/workflow'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.enableJetifier=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.workflow
VERSION_NAME=0.28.0
VERSION_NAME=0.28.1

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit 434341a

Please sign in to comment.