Skip to content

Commit

Permalink
Update version to 0.16.0 (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: bitdrift-opening-capture-sdk-prs[bot] <bitdrift-opening-capture-sdk-prs[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 5b03e3b commit b37ee8a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.2
0.16.0
4 changes: 2 additions & 2 deletions BitdriftCapture.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'BitdriftCapture'
s.summary = "A dynamic observability SDK for mobile developers."
s.version = '0.15.2'
s.version = '0.16.0'

s.homepage = 'https://bitdrift.io'
s.license = {
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
'CoreTelephony'
]

s.source = { http: "https://dl.bitdrift.io/sdk/ios/capture-0.15.2/Capture.zip" }
s.source = { http: "https://dl.bitdrift.io/sdk/ios/capture-0.16.0/Capture.zip" }
s.preserve_paths = ['NOTICE.txt']
s.vendored_frameworks = 'Capture.xcframework'
end
2 changes: 1 addition & 1 deletion CaptureCocoaLumberjack.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CaptureCocoaLumberjack'
s.version = '0.15.2'
s.version = '0.16.0'
s.summary = "Official Capture integration for CocoaLumberjack."

s.homepage = 'https://bitdrift.io'
Expand Down
2 changes: 1 addition & 1 deletion CaptureSwiftyBeaver.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'CaptureSwiftyBeaver'
s.version = '0.15.2'
s.version = '0.16.0'
s.summary = "Official Capture integration for SwiftyBeaver."

s.homepage = 'https://bitdrift.io'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Capture",
url: "https://dl.bitdrift.io/sdk/ios/capture-0.15.2/Capture.zip",
checksum: "b28ef18f5794eeda982bff00f9159060e3dc1d3e20f7686e044f663747995d59"
url: "https://dl.bitdrift.io/sdk/ios/capture-0.16.0/Capture.zip",
checksum: "5f21e046d835214c9bb9c34c0cdc4a8e23366f951df4689030b1839a683c66cc"
),
.target(
name: "CaptureCocoaLumberjack",
Expand Down

0 comments on commit b37ee8a

Please sign in to comment.