File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed
Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11Change 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_
Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android.enableJetifier=true
2525systemProp.org.gradle.internal.publish.checksums.insecure =true
2626
2727GROUP =com.squareup.workflow
28- VERSION_NAME =0.27.0
28+ VERSION_NAME =0.27.1
2929
3030POM_DESCRIPTION =Reactive workflows
3131
You can’t perform that action at this time.
0 commit comments