Skip to content

Commit

Permalink
update heap-core for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
cazemar authored Oct 11, 2024
1 parent 948279d commit 62c4d0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Update CS dependency to 4.37.0
- Update HeapSwiftCore dependency to [0.7.2][heap-swift-core-0.7.2]

[heap-swift-core-0.7.2]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.7.2
[0.2.0]: https://github.com/ContentSquare/apple-sdk/releases/tag/0.2.0

## [0.1.1]
Expand Down
2 changes: 1 addition & 1 deletion ContentsquareSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/Contentsquare/**/*.swift'

s.ios.dependency 'CS_iOS_SDK_STATIC', '4.37.0'
s.dependency 'HeapSwiftCore', '0.7.1'
s.dependency 'HeapSwiftCore', '0.7.2'
s.ios.dependency 'HeapContentsquareIntegrationSDK_static', '0.7.1'
s.ios.dependency 'HeapIOSAutocapture', '0.7.0'
s.ios.dependency 'HeapNotificationAutocapture', '0.7.0'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ContentSquare/CS_iOS_SDK.git", exact: "4.37.0"),
.package(url: "https://github.com/heap/heap-swift-core-sdk.git", exact: "0.7.1"),
.package(url: "https://github.com/heap/heap-swift-core-sdk.git", exact: "0.7.2"),
.package(url: "https://github.com/heap/heap-ios-cs-integration-sdk.git", exact: "0.7.1"),
.package(url: "https://github.com/heap/heap-ios-autocapture-sdk.git", exact: "0.7.0"),
.package(url: "https://github.com/heap/heap-notification-autocapture-sdk.git", exact: "0.7.0"),
Expand Down

0 comments on commit 62c4d0c

Please sign in to comment.