diff --git a/PublicApi.podspec b/PublicApi.podspec index 15b88bc..db40586 100644 --- a/PublicApi.podspec +++ b/PublicApi.podspec @@ -4,8 +4,8 @@ Pod::Spec.new do |s| s.osx.deployment_target = '10.11' s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '3.0' - s.version = '62.0.3' - s.source = { :git => 'git@github.com:OpenAPITools/openapi-generator.git', :tag => 'v62.0.3' } + s.version = '62.0.4' + s.source = { :git => 'git@github.com:OpenAPITools/openapi-generator.git', :tag => 'v62.0.4' } s.authors = 'OpenAPI Generator' s.license = 'Proprietary' s.homepage = 'https://github.com/OpenAPITools/openapi-generator' diff --git a/README.md b/README.md index b439303..18c07b1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ All endpoints in the API follow REST conventions and use standard HTTP methods. See the next sections for more information on how to use the Segment Public API Swift SDK. -Latest API and SDK version: 62.0.3 +Latest API and SDK version: 62.0.4 ## Installation diff --git a/project.yml b/project.yml index 807b6de..8d06e80 100644 --- a/project.yml +++ b/project.yml @@ -7,7 +7,7 @@ targets: sources: [PublicApi] info: path: ./Info.plist - version: 62.0.3 + version: 62.0.4 settings: APPLICATION_EXTENSION_API_ONLY: true scheme: {}