We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7e78c commit 8a9e6efCopy full SHA for 8a9e6ef
WorkflowSwiftUIExperimental.podspec
@@ -2,7 +2,7 @@ require_relative('version')
2
3
Pod::Spec.new do |s|
4
s.name = 'WorkflowSwiftUIExperimental'
5
- s.version = '0.4'
+ s.version = '0.5'
6
s.summary = 'Infrastructure for Workflow-powered SwiftUI'
7
s.homepage = 'https://www.github.com/square/workflow-swift'
8
s.license = 'Apache License, Version 2.0'
version.rb
@@ -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}"
0 commit comments