Skip to content

Commit 8a9e6ef

Browse files
authoredMar 29, 2024
Bumped version to 3.9.0 (#281)
Bumped WorkflowSwiftUIExperimental to verson 0.5
1 parent 5d7e78c commit 8a9e6ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎WorkflowSwiftUIExperimental.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require_relative('version')
22

33
Pod::Spec.new do |s|
44
s.name = 'WorkflowSwiftUIExperimental'
5-
s.version = '0.4'
5+
s.version = '0.5'
66
s.summary = 'Infrastructure for Workflow-powered SwiftUI'
77
s.homepage = 'https://www.github.com/square/workflow-swift'
88
s.license = 'Apache License, Version 2.0'

Diff for: ‎version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# The primary version numbers for Workflow-related pods
44
WORKFLOW_MAJOR_VERSION ||= '3'
5-
WORKFLOW_MINOR_VERSION ||= '8'
5+
WORKFLOW_MINOR_VERSION ||= '9'
66
WORKFLOW_PATCH_VERSION ||= '0'
77
WORKFLOW_VERSION ||= "#{WORKFLOW_MAJOR_VERSION}.#{WORKFLOW_MINOR_VERSION}.#{WORKFLOW_PATCH_VERSION}"
88

0 commit comments

Comments
 (0)