File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Sources/Model/ObjC/Constants Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22
33Pod ::Spec . new do |s |
44 s . name = 'Automattic-Tracks-iOS'
5- s . version = '3.5.0 '
5+ s . version = '3.5.1 '
66
77 s . summary = 'Simple way to track events in an iOS app with Automattic Tracks internal service'
88 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -46,11 +46,13 @@ _None._
4646
4747### Internal Changes
4848
49- - Fix SwiftUI previews on Mac which broke due to a bug in Sentry [ # 297 ]
49+ _ None. _
5050
51- ### Breaking Changes
51+ ## 3.5.1
5252
53- _ None._
53+ ### Internal Changes
54+
55+ - Fix SwiftUI previews on Mac which broke due to a bug in Sentry [ #297 ]
5456
5557## 3.5.0
5658
Original file line number Diff line number Diff line change 11#import " TracksConstants.h"
22
33NSString *const TracksErrorDomain = @" TracksErrorDomain" ;
4- NSString *const TracksLibraryVersion = @" 3.5.0 " ;
4+ NSString *const TracksLibraryVersion = @" 3.5.1 " ;
You can’t perform that action at this time.
0 commit comments