Skip to content

Commit

Permalink
Releasing v0.27.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed May 12, 2020
1 parent 0542528 commit 70a59c7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,18 @@
Change Log
==========

## Version 0.27.1

_2020-05-11_

### Kotlin

* Add insecure checksums gradle flag to fix Nexus release. (#1156)

### Swift

* Kotlin-only release, no changes.

## Version 0.27.0

_2020-05-04_
Expand Down
2 changes: 1 addition & 1 deletion Workflow.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Workflow'
s.version = '0.27.0'
s.version = '0.27.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 WorkflowSwiftUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowSwiftUI'
s.version = '0.27.0'
s.version = '0.27.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowTesting'
s.version = '0.27.0'
s.version = '0.27.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WorkflowUI'
s.version = '0.27.0'
s.version = '0.27.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
Expand Up @@ -25,7 +25,7 @@ android.enableJetifier=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.workflow
VERSION_NAME=0.27.0
VERSION_NAME=0.27.1

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit 70a59c7

Please sign in to comment.