File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- analytics_connector_version = "1.2.0 " # Version is managed automatically by semantic-release, please dont change it manually
1+ analytics_connector_version = "1.2.2 " # Version is managed automatically by semantic-release, please dont change it manually
22
33Pod ::Spec . new do |spec |
44
Original file line number Diff line number Diff line change 1+ ## [ 1.2.2] ( https://github.com/amplitude/analytics-connector-ios/compare/v1.2.1...v1.2.2 ) (2024-10-30)
2+
3+
4+ ### Bug Fixes
5+
6+ * commit changes to Package.swift ([ 963a404] ( https://github.com/amplitude/analytics-connector-ios/commit/963a404c2d2d8ce77840d20036c35f4a3bdc4809 ) )
7+
18# [ 1.2.0] ( https://github.com/amplitude/analytics-connector-ios/compare/v1.1.1...v1.2.0 ) (2024-10-30)
29
310
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ let package = Package(
2828 path: " Sources/AnalyticsConnector " ,
2929 exclude: [ " Info.plist " ] ) ,
3030 . binaryTarget( name: " AnalyticsConnectorFramework " ,
31- url: " https://github.com/amplitude/analytics-connector-ios/releases/download/v1.1.1 /AnalyticsConnector.xcframework.zip " ,
32- checksum: " 4d5ecd7301d34ef4cfb91a799e8d32940fd7c9eac4b5ab62b820ad447d18b594 " ) ,
31+ url: " https://github.com/amplitude/analytics-connector-ios/releases/download/v1.2.2 /AnalyticsConnector.xcframework.zip " ,
32+ checksum: " f2ed767037216f74202081ba2778db5502289a3b384258204ce879608b360042 " ) ,
3333 . testTarget(
3434 name: " AnalyticsConnectorTests " ,
3535 dependencies: [ " AnalyticsConnector " ] ,
You can’t perform that action at this time.
0 commit comments