File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- amplitude_version = "1.4.4 " # Version is managed automatically by semantic-release, please don't change it manually
1+ amplitude_version = "1.4.5 " # Version is managed automatically by semantic-release, please don't change it manually
22
33Pod ::Spec . new do |s |
44 s . name = "AmplitudeSwift"
Original file line number Diff line number Diff line change 1+ ## [ 1.4.5] ( https://github.com/amplitude/Amplitude-Swift/compare/v1.4.4...v1.4.5 ) (2024-04-18)
2+
3+
4+ ### Bug Fixes
5+
6+ * Adopt resource bundle for privacy manifest in Cocoapods ([ #156 ] ( https://github.com/amplitude/Amplitude-Swift/issues/156 ) ) ([ bdf2f43] ( https://github.com/amplitude/Amplitude-Swift/commit/bdf2f4375a71231d87b33e701571e36f2e67a0f1 ) )
7+
18## [ 1.4.4] ( https://github.com/amplitude/Amplitude-Swift/compare/v1.4.3...v1.4.4 ) (2024-04-01)
29
310
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public enum ServerZone: Int {
4646
4747public struct Constants {
4848 static let SDK_LIBRARY = " amplitude-swift "
49- static let SDK_VERSION = " 1.4.4 "
49+ static let SDK_VERSION = " 1.4.5 "
5050 public static let DEFAULT_API_HOST = " https://api2.amplitude.com/2/httpapi "
5151 public static let EU_DEFAULT_API_HOST = " https://api.eu.amplitude.com/2/httpapi "
5252 static let BATCH_API_HOST = " https://api2.amplitude.com/batch "
You can’t perform that action at this time.
0 commit comments