Skip to content

Commit

Permalink
Releasing v0.21.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed Oct 30, 2019
1 parent 71275bc commit 2b67d40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.21.0'
s.version = '0.21.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 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.21.0'
s.version = '0.21.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.21.0'
s.version = '0.21.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 @@ -21,7 +21,7 @@ android.useAndroidX=true
#android.debug.obsoleteApi=true

GROUP=com.squareup.workflow
VERSION_NAME=0.21.0
VERSION_NAME=0.21.1

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit 2b67d40

Please sign in to comment.