Skip to content

Commit

Permalink
CI/CD: Bumps version to '6.5.0-rc1'
Browse files Browse the repository at this point in the history
  • Loading branch information
embrace-ci committed Oct 17, 2024
1 parent 996f59b commit 598ac62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion EmbraceIO.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "EmbraceIO"
spec.version = "6.4.2"
spec.version = "6.5.0-rc1"
spec.summary = "Visibility into your users that you didn't have before."
spec.description = <<-DESC
Embrace is the only performance monitoring platform focused solely on mobile. We are built
Expand Down Expand Up @@ -35,6 +35,7 @@ Pod::Spec.new do |spec|
core.dependency "EmbraceIO/EmbraceUploadInternal"
core.dependency "EmbraceIO/EmbraceObjCUtilsInternal"
core.dependency "EmbraceIO/EmbraceSemantics"
core.dependency "EmbraceIO/EmbraceConfiguration"
end

spec.subspec 'EmbraceCommonInternal' do |common|
Expand All @@ -56,6 +57,7 @@ Pod::Spec.new do |spec|
spec.subspec 'EmbraceConfigInternal' do |config|
config.vendored_frameworks = "xcframeworks/EmbraceConfigInternal.xcframework"
config.dependency "EmbraceIO/EmbraceCommonInternal"
config.dependency "EmbraceIO/EmbraceConfiguration"
end

spec.subspec 'EmbraceOTelInternal' do |otel|
Expand Down
2 changes: 1 addition & 1 deletion Sources/EmbraceCommonInternal/EmbraceMeta.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
// Do not edit this file manually

public class EmbraceMeta {
public static let sdkVersion = "6.4.2"
public static let sdkVersion = "6.5.0-rc1"
}

0 comments on commit 598ac62

Please sign in to comment.