Skip to content

Commit

Permalink
Bumped version to 3.9.0 (#281)
Browse files Browse the repository at this point in the history
Bumped WorkflowSwiftUIExperimental to verson 0.5
  • Loading branch information
mjohnson12 committed Mar 29, 2024
1 parent 5d7e78c commit 8a9e6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WorkflowSwiftUIExperimental.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require_relative('version')

Pod::Spec.new do |s|
s.name = 'WorkflowSwiftUIExperimental'
s.version = '0.4'
s.version = '0.5'
s.summary = 'Infrastructure for Workflow-powered SwiftUI'
s.homepage = 'https://www.github.com/square/workflow-swift'
s.license = 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# The primary version numbers for Workflow-related pods
WORKFLOW_MAJOR_VERSION ||= '3'
WORKFLOW_MINOR_VERSION ||= '8'
WORKFLOW_MINOR_VERSION ||= '9'
WORKFLOW_PATCH_VERSION ||= '0'
WORKFLOW_VERSION ||= "#{WORKFLOW_MAJOR_VERSION}.#{WORKFLOW_MINOR_VERSION}.#{WORKFLOW_PATCH_VERSION}"

Expand Down

0 comments on commit 8a9e6ef

Please sign in to comment.