Skip to content

Commit 70a59c7

Browse files
Releasing v0.27.1.
1 parent 0542528 commit 70a59c7

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
==========
33

4+
## Version 0.27.1
5+
6+
_2020-05-11_
7+
8+
### Kotlin
9+
10+
* Add insecure checksums gradle flag to fix Nexus release. (#1156)
11+
12+
### Swift
13+
14+
* Kotlin-only release, no changes.
15+
416
## Version 0.27.0
517

618
_2020-05-04_

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

WorkflowSwiftUI.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 = 'WorkflowSwiftUI'
3-
s.version = '0.27.0'
3+
s.version = '0.27.1'
44
s.summary = 'Infrastructure for Workflow-powered SwiftUI'
55
s.homepage = 'https://www.github.com/square/workflow'
66
s.license = 'Apache License, Version 2.0'

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.27.0'
3+
s.version = '0.27.1'
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: 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 = 'WorkflowUI'
3-
s.version = '0.27.0'
3+
s.version = '0.27.1'
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'

kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android.enableJetifier=true
2525
systemProp.org.gradle.internal.publish.checksums.insecure=true
2626

2727
GROUP=com.squareup.workflow
28-
VERSION_NAME=0.27.0
28+
VERSION_NAME=0.27.1
2929

3030
POM_DESCRIPTION=Reactive workflows
3131

0 commit comments

Comments
 (0)